X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fpostinst;h=08ca0904995f206c8d5a0da06cd9d78cd16502c9;hb=b1c882049db5d6d7d5770134cd93e14934ace6c1;hp=8002f3b078b03cc1ab7ca70093f3422062e506be;hpb=5b3b95d1fc4513a612bb726e575838cf863689c1;p=pkg%2Fabook.git diff --git a/debian/postinst b/debian/postinst index 8002f3b..08ca090 100644 --- a/debian/postinst +++ b/debian/postinst @@ -54,6 +54,8 @@ fi # menu entry -if [ "$action" = 'configure' ] && [ -x `which update-menus` ]; then +if [ "$action" = 'configure' ] && [ -x "`which update-menus`" ]; then update-menus fi + +#DEBHELPER#