summaryrefslogtreecommitdiffstats
path: root/debian-build/mplayer.postinst.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.postinst.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.postinst.debhelper')
-rw-r--r--debian-build/mplayer.postinst.debhelper10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian-build/mplayer.postinst.debhelper b/debian-build/mplayer.postinst.debhelper
deleted file mode 100644
index a730400ef8..0000000000
--- a/debian-build/mplayer.postinst.debhelper
+++ /dev/null
@@ -1,10 +0,0 @@
-# Automatically added by dh_installdocs
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/mplayer -a -d /usr/share/doc/mplayer ]; then
- ln -sf ../share/doc/mplayer /usr/doc/mplayer
- fi
-fi
-# End automatically added section
-# Automatically added by dh_installmenu
-if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
-# End automatically added section