diff options
Diffstat (limited to 'debian/postinst')
| -rw-r--r-- | debian/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index ad7363db43..502bba3422 100644 --- a/debian/postinst +++ b/debian/postinst @@ -37,6 +37,9 @@ case "$1" in chmod +x ${JELLYFIN_DIR}/restart.sh > /dev/null 2>&1 || true + # Install jellyfin symlink into /usr/bin + ln -sf /usr/lib/jellyfin/bin/jellyfin /usr/bin/jellyfin + ;; abort-upgrade|abort-remove|abort-deconfigure) ;; |
