1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/multimedia/emby-server/pkg-deinstall
2021-04-06 16:31:13 +02:00

11 lines
287 B
Bash

#!/bin/sh
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