summaryrefslogtreecommitdiffstats
path: root/debian-build/mplayer.prerm.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian-build/mplayer.prerm.debhelper')
-rw-r--r--debian-build/mplayer.prerm.debhelper5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian-build/mplayer.prerm.debhelper b/debian-build/mplayer.prerm.debhelper
deleted file mode 100644
index 006d722be8..0000000000
--- a/debian-build/mplayer.prerm.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# Automatically added by dh_installdocs
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mplayer ]; then
- rm -f /usr/doc/mplayer
-fi
-# End automatically added section