aboutsummaryrefslogtreecommitdiff
path: root/games/minecraft-server/files/pkg-deinstall.in
blob: 786763611306660ecbc21f2b11ef62657727cd9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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%%"