view debian-build/mplayer.postrm.debhelper @ 11079:d4df1e5e5e49

the author's homepage points to us as the latest driver's source, so we shouldn't point back ;)
author gabucino
date Sat, 11 Oct 2003 08:31:34 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

# 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