]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postinst
Fix error into debian/postinst
[pkg/abook.git] / debian / postinst
index 8002f3b078b03cc1ab7ca70093f3422062e506be..d4601aa5dab998243a00cfd07258f703a3cc8b72 100644 (file)
@@ -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