aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mediabrowser/pkg-deinstall
blob: 9fd5ba969169d050447e8a332bc0decaccfc6e1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $FreeBSD$
#

case $2 in
    DEINSTALL)
        echo "==> If you are uninstalling mediabrowser permanently,"
        echo "    and you do *NOT* want to retain the database, logs"
        echo "    configuration and media metadata, you should"
        echo "    manually delete directory /var/db/mediabrowser."
        ;;
esac