diff options
-rwxr-xr-x | dh_gconf | 2 | ||||
-rwxr-xr-x | dh_icons | 2 | ||||
-rwxr-xr-x | dh_installudev | 4 | ||||
-rwxr-xr-x | dh_installwm | 4 |
4 files changed, 8 insertions, 4 deletions
@@ -42,6 +42,8 @@ priority instead of 10. Higher values than ten can be used by derived distributions (20), CDD distributions (50), or site-specific packages (90). +=back + =cut init(); @@ -30,6 +30,8 @@ fragments to call F<update-icon-caches>. Do not modify maintainer scripts. +=back + =cut init(); diff --git a/dh_installudev b/dh_installudev index e510855..9dd4e18 100755 --- a/dh_installudev +++ b/dh_installudev @@ -43,14 +43,14 @@ Sets the priority string of the rules.d symlink. Default is z60. Do not modify postinst/postrm scripts. +=back + =head1 NOTES Note that this command is not idempotent. L<dh_prep(1)> should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. -=back - =cut init(); diff --git a/dh_installwm b/dh_installwm index 8fbe5f0..e07b729 100755 --- a/dh_installwm +++ b/dh_installwm @@ -48,14 +48,14 @@ Do not modify postinst/postrm scripts. Turns this command into a no-op. The commands used to run the window manager or window managers you want to register. +=back + =head1 NOTES Note that this command is not idempotent. L<dh_prep(1)> should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. -=back - =cut init(); |