pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql-lib Adding and removing the pgsql...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b89145742ca
branches: trunk
changeset: 466609:9b89145742ca
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jan 21 08:59:32 2004 +0000
description:
Adding and removing the pgsql symlink must take place at VIEW-* time since
the symlink isn't tracked in the PLIST and won't be correctly removed from
any views during instance deletion from a view.
diffstat:
databases/postgresql-lib/INSTALL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r f565a817af9c -r 9b89145742ca databases/postgresql-lib/INSTALL
--- a/databases/postgresql-lib/INSTALL Wed Jan 21 08:14:29 2004 +0000
+++ b/databases/postgresql-lib/INSTALL Wed Jan 21 08:59:32 2004 +0000
@@ -1,14 +1,14 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1 2004/01/21 08:14:29 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2004/01/21 08:59:32 jlam Exp $
case ${STAGE} in
-POST-INSTALL)
+VIEW-INSTALL)
${RM} -f ${PKG_PREFIX}/include/pgsql
${LN} -fs postgresql ${PKG_PREFIX}/include/pgsql
;;
-DEINSTALL)
+VIEW-DEINSTALL)
${RM} -f ${PKG_PREFIX}/include/pgsql
;;
esac
Home |
Main Index |
Thread Index |
Old Index