summaryrefslogtreecommitdiff
path: root/audio/xmms-meta-input/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-meta-input/DEINSTALL')
-rw-r--r--audio/xmms-meta-input/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/xmms-meta-input/DEINSTALL b/audio/xmms-meta-input/DEINSTALL
new file mode 100644
index 00000000000..5ceb82d4784
--- /dev/null
+++ b/audio/xmms-meta-input/DEINSTALL
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2003/12/24 00:09:55 ben Exp $
+#
+
+case $2 in
+ DEINSTALL) cat << EOF
+
+=============================================================
+The xmms-meta-input player scripts were not wiped out by
+this deletion process. If you don't want them around,
+please remove ${PKG_PREFIX}/lib/xmms/Input/Meta.
+=============================================================
+
+EOF
+ ;;
+esac