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

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