X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=d4601aa5dab998243a00cfd07258f703a3cc8b72;hb=1dfca79e30a92ae80b58bb2f5744e92a7bd18bb6;hp=8002f3b078b03cc1ab7ca70093f3422062e506be;hpb=945e1192c53be9845ce4b2381c0673522ef8b6c3;p=pkg%2Fabook.git diff --git a/debian/postinst b/debian/postinst index 8002f3b..d4601aa 100644 --- a/debian/postinst +++ b/debian/postinst @@ -54,6 +54,6 @@ fi # menu entry -if [ "$action" = 'configure' ] && [ -x `which update-menus` ]; then +if [ "$action" = 'configure' ] && [ -x "`which update-menus`" ]; then update-menus fi