]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-menu
Typo. Closes: #653339
[debhelper.git] / autoscripts / postrm-menu
index a34b6f188a157dcd128a8d71806cba6444b96e22..a180558d70b4c67f0429c422926c13691a72180c 100644 (file)
@@ -1 +1 @@
-if [ -x /usr/bin/update-menus ]; then update-menus ; fi
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi