blob: 773783ba8241c0c5fdde58a6610c161f1baff45d (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_remove() {
echo "You may safely delete the '~/.sqrxz' directory containing the config/highscore"
echo "files, if you do not want to preserve them."
# leftover files from old behaviour
if [ -d opt/sqrxz ]; then
echo "You may also safely delete /opt/sqrxz and it's contents."
fi
}
|