f0edc641f9
PR: 196169 Submitted by: freebsd@jonathanprice.org (maintainer)
12 lines
350 B
Bash
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%%"
|