summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-08 23:33:25 +0000
committerjoeyh <joeyh>2006-01-08 23:33:25 +0000
commit0d519c8fd379afbed7ff4ec1c141e0b4097bcd37 (patch)
tree94efcf511338b75244ea0d3b8c551990157a7449 /doc
parent753147350cc904f69a35255fe7dd948658ea5ae4 (diff)
r1849: * dh_installinit: If run with -o, do the inverse of -n and only
set up maintainer script snippets, w/o installing any files. Useful for those edge cases where the init script is provided by upstream and not easily installed by dh_installinit but where it's worth letting it manage the maintainer scripts anyway. Closes: #140881, #184980 * -o might be added for other similar commands later if there is any reason to. And yeah, it means that -no is close to a no-op..
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 9996dc73..b87a8c60 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -93,6 +93,9 @@ switch variable description
packages
-n NOSCRIPTS if set, do not make any modifications to the
package's postinst, postrm, etc scripts.
+-o ONLYSCRIPTS if set, only make modifications to the
+ package's scripts, but don't look for or
+ install associated files.
-X EXCLUDE exclude a something from processing (you
decide what this means for your program)
(This is an array)