]> git.donarmstrong.com Git - debhelper.git/blob
r731: This commit was manufactured by cvs2svn to create tag
[debhelper.git] /
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
3 if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi