aboutsummaryrefslogtreecommitdiffstats
path: root/games/tome/files/pkg-deinstall.in
blob: cbcbd01bed90c97eafd29d8dffa11f45e59ec56a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $FreeBSD$

if [ "$2" = "POST-DEINSTALL" ]; then
    echo ""
    echo "If you are removing T.o.M.E permanently you should run"
    echo "the following command:"
    echo ""
    echo "  rm -rf %%DATADIR%%"
    echo ""
fi