summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-menu-method
diff options
context:
space:
mode:
authorjoey <joey>2001-06-10 19:25:01 +0000
committerjoey <joey>2001-06-10 19:25:01 +0000
commite8b9fc5324e8c645d0c18d165e4b7f7bc94c8242 (patch)
tree38e32dd730eac58a21cbb4e1fd5aff58fe5587ad /autoscripts/postrm-menu-method
parent6cd2268d48bd9ba6ec8dd44b39a52cdbdb069792 (diff)
r477: * Check that update-modules is present before running it, since modutils
is not essential. Closes: #100430
Diffstat (limited to 'autoscripts/postrm-menu-method')
-rw-r--r--autoscripts/postrm-menu-method2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-menu-method b/autoscripts/postrm-menu-method
index 3e63f2f4..2e0faed7 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 [ -x /usr/bin/update-menus ] ; then update-menus; fi
+if [ -x /usr/bin/update-menus ]; then update-menus; fi