]> git.donarmstrong.com Git - debhelper.git/blob - dh_installxaw.1
r245: Initial Import
[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 .P
19 For the first first binary package listed in the control file, you may use
20 debian/xaw instead.
21 .SH OPTIONS
22 .TP
23 .B debhelper options
24 See
25 .BR debhelper (1)
26 for a list of options common to all debhelper commands.
27 .TP
28 .B \-n, \--noscripts
29 Do not modify postinst/prerm/postrm scripts.
30 .SH ENVIRONMENT
31 See
32 .BR debhelper (1)
33 for a list of environment variables that affect all debhelper commands.
34 .SH "SEE ALSO"
35 .TP
36 .BR debhelper (1)
37 .TP
38 .BR update-xaw-wrappers (8)
39 .SH AUTHOR
40 Joey Hess <joeyh@master.debian.org>