summaryrefslogtreecommitdiff
path: root/debian/postrm
blob: 8178bb152c45352d004bf958d4c4301464d197ca (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = remove ]; then
    if test -x /usr/bin/update-menus; then update-menus; fi
fi

#DEBHELPER#