From 445640239aa47534554f20494ff969ef8be81ae4 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:08:37 +0000 Subject: [PATCH] r163: Initial Import --- autoscripts/postinst-menu | 2 +- autoscripts/postrm-menu-method | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu index 2b0f740..2be8824 100644 --- a/autoscripts/postinst-menu +++ b/autoscripts/postinst-menu @@ -1 +1 @@ -if text -x /usr/bin/update-menus ; then update-menus ; fi +if test -x /usr/bin/update-menus ; then update-menus ; fi diff --git a/autoscripts/postrm-menu-method b/autoscripts/postrm-menu-method index a6682fe..3270b7c 100644 --- a/autoscripts/postrm-menu-method +++ b/autoscripts/postrm-menu-method @@ -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 diff --git a/debian/changelog b/debian/changelog index cd5bdff..8f95215 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (1.2.27) unstable; urgency=low + + * autoscripts/*menu*: "test", not "text"! + + -- Joey Hess 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 -- 2.39.5