opnsense-ports/multimedia/emby-server/pkg-deinstall
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

10 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