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, 5 insertions, 0 deletions
diff --git a/debian-build/mplayer.prerm.debhelper b/debian-build/mplayer.prerm.debhelper
new file mode 100644
index 0000000000..006d722be8
--- /dev/null
+++ b/debian-build/mplayer.prerm.debhelper
@@ -0,0 +1,5 @@
+# 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