1 # $NetBSD: deinstall-pre,v 1.3 2006/03/15 04:52:57 jlam Exp $
3 # Ensure that the VIEW-DEINSTALL action is called for overwrite packages.
4 # This is here to ensure that it's the first DEINSTALL action (before
5 # any DEINSTALL_TEMPLATE DEINSTALL actions).
9 if [ "${PKG_INSTALLATION_TYPE}" = "overwrite" ]; then
10 ${SETENV} PKG_PREFIX="${PKG_PREFIX}" \
11 $0 ${PKGNAME} VIEW-DEINSTALL