9 lines
238 B
Text
9 lines
238 B
Text
# $NetBSD: DEINSTALL,v 1.1.1.1 2010/09/24 01:28:12 chs Exp $
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
# Run any actions that require root privileges.
|
|
${TEST} ! -x ./+ROOT_ACTIONS ||
|
|
./+ROOT_ACTIONS REMOVE ${PKG_METADATA_DIR} || exit 1
|
|
;;
|
|
esac
|