]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postinst
Switch to dpkg-source 3.0 (quilt) format and fix another lintian warning
[pkg/abook.git] / debian / postinst
index deab0dded2c0a2c50db3017672d075abc1b0b676..8002f3b078b03cc1ab7ca70093f3422062e506be 100644 (file)
@@ -54,6 +54,6 @@ fi
 
 
 # menu entry
-if [ "$action" = 'configure' ] && [ -x /usr/bin/update-menus ]; then
+if [ "$action" = 'configure' ] && [ -x `which update-menus` ]; then
        update-menus
 fi