pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_alternatives Explicitly use -g instead of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f53e4fc9c666
branches: trunk
changeset: 488201:f53e4fc9c666
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Jan 25 16:48:22 2005 +0000
description:
Explicitly use -g instead of relying on default behavior.
diffstat:
pkgtools/pkg_alternatives/DEINSTALL | 4 ++--
pkgtools/pkg_alternatives/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r d33e9c8a24c1 -r f53e4fc9c666 pkgtools/pkg_alternatives/DEINSTALL
--- a/pkgtools/pkg_alternatives/DEINSTALL Tue Jan 25 16:47:20 2005 +0000
+++ b/pkgtools/pkg_alternatives/DEINSTALL Tue Jan 25 16:48:22 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: DEINSTALL,v 1.1 2005/01/25 16:27:37 jmmv Exp $
+# $NetBSD: DEINSTALL,v 1.2 2005/01/25 16:48:22 jmmv Exp $
#
case ${STAGE} in
DEINSTALL)
- @PKG_ALTERNATIVES@ -s destroy
+ @PKG_ALTERNATIVES@ -gs destroy
;;
esac
diff -r d33e9c8a24c1 -r f53e4fc9c666 pkgtools/pkg_alternatives/INSTALL
--- a/pkgtools/pkg_alternatives/INSTALL Tue Jan 25 16:47:20 2005 +0000
+++ b/pkgtools/pkg_alternatives/INSTALL Tue Jan 25 16:48:22 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: INSTALL,v 1.1 2005/01/25 16:27:37 jmmv Exp $
+# $NetBSD: INSTALL,v 1.2 2005/01/25 16:48:22 jmmv Exp $
#
case ${STAGE} in
POST-INSTALL)
- @PKG_ALTERNATIVES@ -s rebuild
+ @PKG_ALTERNATIVES@ -gs rebuild
;;
esac
Home |
Main Index |
Thread Index |
Old Index