summaryrefslogtreecommitdiffstats
path: root/debian-build/mplayer.postrm.debhelper
blob: a47233a400aa21775af46a778f93562c90bdaaad (plain)
1
2
3
4
5
6
7
8
9
# Automatically added by dh_installdebconf
if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section