Files
pkgsrc-ng/databases/mariadb55-server/DEINSTALL
2016-01-21 23:41:46 +01:00

17 lines
471 B
Plaintext

# $NetBSD: DEINSTALL,v 1.1 2015/04/16 20:21:19 ryoon Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, and you don't
wish to preserve your existing databases, then you may remove the
following directory:
@MYSQL_DATADIR@
===========================================================================
EOF
fi
esac