X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-menu;h=a180558d70b4c67f0429c422926c13691a72180c;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=a73a169208ae9d6806d87cda985e805c66346ec5;hpb=f3e3bca0ce194129c6767e4a52baa376ead7e9b9;p=debhelper.git diff --git a/autoscripts/postrm-menu b/autoscripts/postrm-menu index a73a169..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