diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
commit | c847f599fae4c8f3ee0a5d8469a7564bab932fc0 (patch) | |
tree | 72a940b4201682de30eda8c9b0e307555f4681b7 /mk/pkginstall/deinstall-pre | |
parent | 48b9f0ffaecb6a61d5a3d0b56da4a0e13bf291c3 (diff) | |
download | pkgsrc-c847f599fae4c8f3ee0a5d8469a7564bab932fc0.tar.gz |
Remove pkg_views support, second part: infrastructure.
Diffstat (limited to 'mk/pkginstall/deinstall-pre')
-rw-r--r-- | mk/pkginstall/deinstall-pre | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mk/pkginstall/deinstall-pre b/mk/pkginstall/deinstall-pre deleted file mode 100644 index 679374c7e13..00000000000 --- a/mk/pkginstall/deinstall-pre +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: deinstall-pre,v 1.1 2006/05/21 23:50:15 jlam Exp $ - -# Ensure that the VIEW-DEINSTALL action is called for overwrite packages. -# This is here to ensure that it's the first DEINSTALL action (before -# any DEINSTALL_TEMPLATE DEINSTALL actions). -# -case ${STAGE} in -DEINSTALL) - if [ "${PKG_INSTALLATION_TYPE}" = "overwrite" ]; then - ${SETENV} PKG_PREFIX="${PKG_PREFIX}" \ - $0 ${PKGNAME} VIEW-DEINSTALL - fi - ;; -esac - |