From cdcc0bea0ee0ec99c5020e5cce3b0ff2786a0e6e Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Jan 2004 08:59:32 +0000 Subject: 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. --- databases/postgresql-lib/INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql-lib') diff --git a/databases/postgresql-lib/INSTALL b/databases/postgresql-lib/INSTALL index 58a480a61a6..50d1fb1653b 100644 --- a/databases/postgresql-lib/INSTALL +++ b/databases/postgresql-lib/INSTALL @@ -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 -- cgit v1.2.3