summaryrefslogtreecommitdiffstats
path: root/debian-build/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian-build/postrm')
-rw-r--r--debian-build/postrm9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian-build/postrm b/debian-build/postrm
deleted file mode 100644
index de8ea2fa46..0000000000
--- a/debian-build/postrm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "purge" ]; then
- if [ -d /etc/mplayer/ ]; then
- rm -rf /etc/mplayer/
- fi
-fi