]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postinst
Add debhelper token into maintainers scripts.
[pkg/abook.git] / debian / postinst
index deab0dded2c0a2c50db3017672d075abc1b0b676..08ca0904995f206c8d5a0da06cd9d78cd16502c9 100644 (file)
@@ -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#