Merge pull request #147 from joshuaboniface/postinst-cleanup

Clean up Debian postinst script
This commit is contained in:
Andrew Rabert 2018-12-14 00:25:45 -05:00 committed by GitHub
commit d48f1ad3ae
2 changed files with 6 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
jellyfin (3.5.2-2) unstable; urgency=medium
* Major code updates related to rebranding and cleanup
-- Joshua Boniface <joshua@boniface.me> Fri, 14 Dec 2018 00:07:46 -0500
jellyfin (3.5.2-1) unstable; urgency=medium
* Add ffmpeg dependency and cleanup work

3
debian/postinst vendored
View File

@ -37,9 +37,6 @@ case "$1" in
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)
;;