freebsd-ports/games/minecraft-server/files/pkg-deinstall.in
Thomas Zander f0edc641f9 Update to upstream version 1.8.1
PR:		196169
Submitted by:	freebsd@jonathanprice.org (maintainer)
2015-01-01 20:21:35 +00:00

12 lines
350 B
Bash

#!/bin/sh
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
echo
echo "NOTE: The game world has not been deleted. It is still in"
echo "/var/db/minecraft-server. If it is no longer required, it will"
echo "need to be manually deleted."
echo "Also, you may wish to delete any remaining files in"
echo "%%PREFIX%%/minecraft-server and %%ETCDIR%%"