2013-09-26 17:14:40 +02:00

10 lines
240 B
Plaintext

# $NetBSD: DEINSTALL,v 1.1 2007/08/21 22:49:24 jlam Exp $
case "${STAGE}" in
POST-DEINSTALL)
# Run any actions that require root privileges.
${TEST} ! -x ./+ROOT_ACTIONS ||
./+ROOT_ACTIONS REMOVE ${PKG_METADATA_DIR} || exit 1
;;
esac