]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installwm
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_installwm
index ebe6d1e2f096e3db9386157cdfd95ec36ba8216e..e07b7299a4a212b41f59b9d4f5d1563738bc0cd1 100755 (executable)
@@ -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. "dh_clean -k" should be called
+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();
@@ -66,9 +66,9 @@ if (! defined $dh{PRIORITY}) {
 
 if (@ARGV) {
        # This is here for backwards compatibility. If the filename doesn't
-       # include a path, assume it's in /usr/X11R6/bin.
+       # include a path, assume it's in /usr/bin.
        if ($ARGV[0] !~ m:/:) {
-               $ARGV[0]="/usr/X11R6/bin/$ARGV[0]";
+               $ARGV[0]="/usr/bin/$ARGV[0]";
        }
 }