8101baad23
EMUL_PLATFORMs darwin-i386 and darwin-powerpc.
11 lines
273 B
Text
11 lines
273 B
Text
# $NetBSD: DEINSTALL,v 1.1 2007/08/01 16:28:08 jlam Exp $
|
|
|
|
EMULDIR="${PKG_PREFIX}/@EMULSUBDIR@"
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
# Run any actions that require root privileges.
|
|
${TEST} ! -x ./+ROOT_ACTIONS ||
|
|
./+ROOT_ACTIONS REMOVE ${PKG_METADATA_DIR} || exit 1
|
|
;;
|
|
esac
|