diff options
Diffstat (limited to 'debian/postrm')
| -rw-r--r-- | debian/postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postrm b/debian/postrm index 69f527b1f..852841b16 100644 --- a/debian/postrm +++ b/debian/postrm @@ -15,7 +15,7 @@ if [[ -f $CONF_FILE ]]; then . $CONF_FILE fi -# Data directory where Emby database, cache and logs are stored +# Data directory where Jellyfin database, cache and logs are stored PROGRAMDATA=${JELLYFIN_DATA-/var/lib/$NAME} # In case this system is running systemd, we make systemd reload the unit files |
