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

PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin

LOCALSTATEDIR="%%LOCALSTATEDIR%%"

post-deinstall() {
        echo "WARNING: If you will *NOT* use this package anymore, please remove
 the"
        echo "  following file manually:"
        echo "  ${LOCALSTATEDIR}/sipxdata/upgrade/sipxregistry-previous.tgz"
        echo
}

case $2 in
        POST-DEINSTALL)
                post-deinstall
                ;;
esac