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

case $2 in
    DEINSTALL)
        echo "==> If you are uninstalling Emby Server 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/emby-server"
        ;;
esac