]> git.donarmstrong.com Git - debhelper.git/blob - dh_installxaw.1
r431: pod over for the night
[debhelper.git] / dh_installxaw.1
1 .TH DH_INSTALLXAW 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installxaw \- install xaw wrappers config files into package build directories
4 .SH SYNOPSIS
5 .B dh_installxaw
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installxaw is a debhelper program that is responsible for installing
9 xaw wrappers config files into package build directories.
10 .P
11 It also automatically generates the postinst, prerm, and postrm commands needed to 
12 interface with the debian xaw-wrappers package. See
13 .BR dh_installdeb (1)
14 for an explanation of how this works.
15 .P
16 If a file named debian/package.xaw exists, then it is installed into
17 usr/lib/xaw-wrappers/config/package in the package build directory.
18 .SH OPTIONS
19 .TP
20 .B debhelper options
21 See
22 .BR debhelper (1)
23 for a list of options common to all debhelper commands.
24 .TP
25 .B \-n, \--noscripts
26 Do not modify postinst/prerm/postrm scripts.
27 .SH ENVIRONMENT
28 See
29 .BR debhelper (1)
30 for a list of environment variables that affect all debhelper commands.
31 .SH NOTES
32 Note that this command is not idempotent. "dh_clean -k" should be called
33 between invocations of this command. Otherwise, it may cause multiple
34 instances of the same text to be added to maintainer scripts.
35 .SH "SEE ALSO"
36 .TP
37 .BR debhelper (1)
38 .TP
39 .BR update-xaw-wrappers (8)
40 .SH AUTHOR
41 Joey Hess <joeyh@debian.org>