summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper/INSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-15 20:40:15 +0000
committerjlam <jlam@pkgsrc.org>2006-06-15 20:40:15 +0000
commit827643d4bb8f5f83c28919b7df0d42108769e37d (patch)
treefdcc07230f85f6fc9861a7659692fa83b1801fd4 /textproc/scrollkeeper/INSTALL
parent16435dbba43f2f98501e2daefad890a6542aab31 (diff)
downloadpkgsrc-827643d4bb8f5f83c28919b7df0d42108769e37d.tar.gz
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
Diffstat (limited to 'textproc/scrollkeeper/INSTALL')
-rw-r--r--textproc/scrollkeeper/INSTALL5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/scrollkeeper/INSTALL b/textproc/scrollkeeper/INSTALL
index 0e53377b4e3..25fc60a6413 100644
--- a/textproc/scrollkeeper/INSTALL
+++ b/textproc/scrollkeeper/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.2 2004/01/23 16:55:37 jmmv Exp $
+# $NetBSD: INSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $
SCROLLKEEPER_REBUILDDB="@SCROLLKEEPER_REBUILDDB@"
SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@"
@@ -11,7 +11,4 @@ POST-INSTALL)
${MKDIR} ${SCROLLKEEPER_DATADIR}/db
${SCROLLKEEPER_REBUILDDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
;;
-DEINSTALL)
- ${RM} -rf ${SCROLLKEEPER_DATADIR}
- ;;
esac