mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
10 lines
240 B
Plaintext
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
|