diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-14 00:25:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 00:25:45 -0500 |
| commit | d48f1ad3ae1e6877d2ebec3a2719109859df473a (patch) | |
| tree | e82900f326989b3228bb30a0c65d481a36dea98e | |
| parent | 1f112c8a0cd999ac883529b232f129e03dab9a85 (diff) | |
| parent | 668d8b489140b66594996d766d9f00c17adfb8ac (diff) | |
Merge pull request #147 from joshuaboniface/postinst-cleanup
Clean up Debian postinst script
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/postinst | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e41c6b8e6f..3abd5c9b43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/postinst b/debian/postinst index 222f616b23..ad7363db43 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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) ;; |
