eterm/debian/postrm

8 lines
117 B
Bash

#!/bin/sh -e
if [ "$1" = remove ]; then
if test -x /usr/bin/update-menus; then update-menus; fi
fi
#DEBHELPER#