summaryrefslogtreecommitdiff
path: root/audio/gqmpeg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gqmpeg/DEINSTALL')
-rw-r--r--audio/gqmpeg/DEINSTALL19
1 files changed, 2 insertions, 17 deletions
diff --git a/audio/gqmpeg/DEINSTALL b/audio/gqmpeg/DEINSTALL
index 757ac795d37..6265e6e219e 100644
--- a/audio/gqmpeg/DEINSTALL
+++ b/audio/gqmpeg/DEINSTALL
@@ -1,27 +1,12 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:16:43 zuntum Exp $
-#
-
-PKGNAME=$1
-STAGE=$2
+# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:49 jlam Exp $
case ${STAGE} in
-DEINSTALL)
- ;;
-
POST-DEINSTALL)
- cat << EOF
+ ${CAT} << EOF
=============================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove
any skins that were installed in ${PKG_PREFIX}/share/gqmpeg/skins.
=============================================================================
EOF
;;
-
-*)
- echo "Unexpected argument: ${STAGE}"
- exit 1
- ;;
esac
-exit 0