]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-menu
r542: * dh_installinit: Always start daemon on upgraded even if
[debhelper.git] / autoscripts / postinst-menu
index a73a169208ae9d6806d87cda985e805c66346ec5..276a3c0a7f64f4e9bb1bdc83bda0d55faa15f2ba 100644 (file)
@@ -1 +1 @@
-if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
+if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi