summaryrefslogtreecommitdiffstats
path: root/debian-build/mplayer.postrm.debhelper
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-03 00:37:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-03 00:37:05 +0000
commitb3179e503f740651ae16cced2f6cfe8e83d2c8a0 (patch)
tree61d2e52d6f9840cbdfc8dcb6d71e3a4fe77029ab /debian-build/mplayer.postrm.debhelper
parentc9d95b0d26eef73217e5b294ecb3ee0a3f116715 (diff)
downloadmpv-b3179e503f740651ae16cced2f6cfe8e83d2c8a0.tar.bz2
mpv-b3179e503f740651ae16cced2f6cfe8e83d2c8a0.tar.xz
This alternative Debian directory was never used, so I'm removing it with
the consent of Attila, who originally added it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12940 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian-build/mplayer.postrm.debhelper')
-rw-r--r--debian-build/mplayer.postrm.debhelper9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian-build/mplayer.postrm.debhelper b/debian-build/mplayer.postrm.debhelper
deleted file mode 100644
index a47233a400..0000000000
--- a/debian-build/mplayer.postrm.debhelper
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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