]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-menu-method
r477: * Check that update-modules is present before running it, since modutils
[debhelper.git] / autoscripts / postrm-menu-method
index 3e63f2f422585d9a8c995c059f12a2ebd12caef8..2e0faed72bb04a91a56a50f41ed2bb79d5f0dc7f 100644 (file)
@@ -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