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