aboutsummaryrefslogtreecommitdiff
path: root/graphics/aoi/files/pkg-deinstall.in
blob: 4b297e3acd1f88d69b2206530867fb7a1e509141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $FreeBSD$
#

if [ "$2" = "POST-DEINSTALL" ]; then
    echo ""
    echo ""
    echo "==============================================================================="
    echo ""
    echo "After deinstallation, some files may stay in %%DATADIR%%,"
    echo "you can delete them with"
    echo ""
    echo "    /bin/rm -fr %%DATADIR%%"
    echo ""
    echo "==============================================================================="
    echo ""
fi