]> git.donarmstrong.com Git - debhelper.git/commitdiff
r163: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:08:37 +0000 (05:08 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:08:37 +0000 (05:08 +0000)
autoscripts/postinst-menu
autoscripts/postrm-menu-method
debian/changelog

index 2b0f740c48fe5cc1d92ce30b189a0569e14b8afe..2be88247cbe0926bcd8fca40bd21e1c8583536a9 100644 (file)
@@ -1 +1 @@
-if text -x /usr/bin/update-menus ; then update-menus ; fi
+if test -x /usr/bin/update-menus ; then update-menus ; fi
index a6682fee58610c56053770ca47a61069f8786eda..3270b7c71ead09001e1697c90be12df54a6bb85e 100644 (file)
@@ -1,3 +1,3 @@
 inst=/etc/menu-methods/#PACKAGE#
 if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
-if text -x /usr/bin/update-menus ; then update-menus; fi
+if test -x /usr/bin/update-menus ; then update-menus; fi
index cd5bdff1c72dc53597e95769311f176f1f3a583f..8f952159051f6e16cb25e53e65d978678d210e5b 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.27) unstable; urgency=low
+
+  * autoscripts/*menu*: "test", not "text"!
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 19 Jan 1999 15:18:52 -0800
+
 debhelper (1.2.26) unstable; urgency=low
 
   * dh_installdocs: use prerm-doc-base script fragement. Was using