summaryrefslogtreecommitdiff
path: root/misc/rpm/INSTALL
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-30 19:45:00 +0000
committerjlam <jlam>2003-08-30 19:45:00 +0000
commit50503e68f2330b4febaadd92f643a300ed33a9ae (patch)
tree161e2758082e09206e76e5bd153b53028eefea0d /misc/rpm/INSTALL
parentc6441a419d3f2f43c65c07f15e27a5fa99e30623 (diff)
downloadpkgsrc-50503e68f2330b4febaadd92f643a300ed33a9ae.tar.gz
Don't bother with overriding the main templates... just add on to the
scripts.
Diffstat (limited to 'misc/rpm/INSTALL')
-rwxr-xr-xmisc/rpm/INSTALL12
1 files changed, 1 insertions, 11 deletions
diff --git a/misc/rpm/INSTALL b/misc/rpm/INSTALL
index 6e59debf22f..78674f56f62 100755
--- a/misc/rpm/INSTALL
+++ b/misc/rpm/INSTALL
@@ -1,14 +1,9 @@
-# INSTALL_TMPL replacement
-#
-# $NetBSD: INSTALL,v 1.2 2002/10/20 23:09:27 jlam Exp $
+# $NetBSD: INSTALL,v 1.3 2003/08/30 19:45:00 jlam Exp $
RPM="${PKG_PREFIX}/bin/rpm"
RPMDIR="@RPMDIR@"
case ${STAGE} in
-PRE-INSTALL)
- ;;
-
POST-INSTALL)
${MKDIR} ${RPMDIR}
${TOUCH} ${RPMDIR}/.pre-timestamp
@@ -20,9 +15,4 @@ POST-INSTALL)
sleep 1
${TOUCH} ${RPMDIR}/.post-timestamp
;;
-
-*)
- ${ECHO} "Unexpected argument ${STAGE}"
- exit 1
- ;;
esac