X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-menu;h=a180558d70b4c67f0429c422926c13691a72180c;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=a34b6f188a157dcd128a8d71806cba6444b96e22;hpb=f375c254bef045414797dfb9bd55c6ddc7391659;p=debhelper.git diff --git a/autoscripts/postrm-menu b/autoscripts/postrm-menu index a34b6f1..a180558 100644 --- a/autoscripts/postrm-menu +++ b/autoscripts/postrm-menu @@ -1 +1 @@ -if [ -x /usr/bin/update-menus ]; then update-menus ; fi +if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi