Add post-install configuration of symlink
This commit is contained in:
parent
e9122b76ff
commit
22fdf4afeb
5
debian/postinst
vendored
5
debian/postinst
vendored
|
@ -37,10 +37,11 @@ case "$1" in
|
|||
# ensure jellyfin binary has appropriate permissions
|
||||
chmod 755 /usr/bin/jellyfin
|
||||
|
||||
/usr/bin/mono --aot=full -O=all $JELLYFIN_BIN > /dev/null 2>&1 || true
|
||||
|
||||
chmod +x ${JELLYFIN_DIR}/restart.sh > /dev/null 2>&1 || true
|
||||
|
||||
# Link hardcoded /var/lib/emby to /var/lib/jellyfin (TEMPORARY)
|
||||
ln -sf /var/lib/jellyfin /var/lib/emby
|
||||
|
||||
;;
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user