X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-menu-method;h=2e0faed72bb04a91a56a50f41ed2bb79d5f0dc7f;hb=e8b9fc5324e8c645d0c18d165e4b7f7bc94c8242;hp=3e63f2f422585d9a8c995c059f12a2ebd12caef8;hpb=6cd2268d48bd9ba6ec8dd44b39a52cdbdb069792;p=debhelper.git diff --git a/autoscripts/postrm-menu-method b/autoscripts/postrm-menu-method index 3e63f2f..2e0faed 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