diff options
author | jmmv <jmmv> | 2005-01-25 16:48:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-01-25 16:48:22 +0000 |
commit | 6e693aa553275f4e3632891c91e2c9ee7e575c2d (patch) | |
tree | 2b25c7a3d45533bf0bd2556622c44100ce48cd9b /pkgtools | |
parent | 8604b00542809d666dc933cb600656ad36260fac (diff) | |
download | pkgsrc-6e693aa553275f4e3632891c91e2c9ee7e575c2d.tar.gz |
Explicitly use -g instead of relying on default behavior.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_alternatives/DEINSTALL | 4 | ||||
-rw-r--r-- | pkgtools/pkg_alternatives/INSTALL | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_alternatives/DEINSTALL b/pkgtools/pkg_alternatives/DEINSTALL index 7729fc8e426..fcada7755c8 100644 --- a/pkgtools/pkg_alternatives/DEINSTALL +++ b/pkgtools/pkg_alternatives/DEINSTALL @@ -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 --git a/pkgtools/pkg_alternatives/INSTALL b/pkgtools/pkg_alternatives/INSTALL index 96b004bde9f..fc4952bf0bd 100644 --- a/pkgtools/pkg_alternatives/INSTALL +++ b/pkgtools/pkg_alternatives/INSTALL @@ -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 |