summaryrefslogtreecommitdiffstats
path: root/debian-build/mplayer.postrm.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian-build/mplayer.postrm.debhelper')
-rw-r--r--debian-build/mplayer.postrm.debhelper9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian-build/mplayer.postrm.debhelper b/debian-build/mplayer.postrm.debhelper
new file mode 100644
index 0000000000..a47233a400
--- /dev/null
+++ b/debian-build/mplayer.postrm.debhelper
@@ -0,0 +1,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