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