aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
AgeCommit message (Collapse)Author
2024-03-18Remove legacy build utilities (#11162)Cody Robibero
2023-01-19Remove restart.sh from packagingShadowghost
2023-01-04Add jellyfin to the render and video groups for HWAnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2022-12-19Correct systemd dynamic directoryJoshua M. Boniface
Fixes #8921
2021-05-06Respect configured JELLYFIN_USER in Debian's postinstTobias Krönke
In my setup I configured a different user. But updates keep "stealing" file permissions for my `$PROGRAMDATA $CONFIGDATA $LOGDATA $CACHEDATA` directories.
2020-03-22Move Debian folder to root of repoJoshua M. Boniface
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-06Hotfix to postinst to correct permissionsJoshua Boniface
Without this, if not importing a previous config, the perms are broken on the config directories. Fixes this.
2019-01-05Add updated configurations for log and config dirJoshua Boniface
1. Add log and config flags to init and config 2. Move the existing logs and config dirs to the right places 3. Some cleanups in the control scripts 4. Prune the changelog of pre-Jellyfin entries
2018-12-14Enable self-contained binary mode (#160)Joshua M. Boniface
* Build self-contained Debian linux-x64 binary * Update initscripts to use self-contained binary The binary is declared in the units intentionally rather than using the variable extrapolation from before, to avoid confusion since these can't really be moved reasonably. * With combined binary name, use pgrep instead * Remove dotnet-runtime dependency * Move the compiled scb to usr/bin * Update binary location for upstart/systemd * Move binary path; fix pidfile handling * Entirely remove the temporary usr/ dir * Don't move the compiled binary * Create /usr/bin symlink * Use the variable here * Update architecture to any * Add libcurl4-openssl build dependency * Update the build Dockerfile to install builddeps
2018-12-13Clean up /var/lib/emby after #97Joshua Boniface
2018-12-10Remove obsolete jellyfin binary chmodJoshua Boniface
2018-12-09Add post-install configuration of symlinkJoshua Boniface
2018-12-09A few more missing replacements of EmbyJoshua Boniface
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-12-09Revert "Debian packaging improvements"Joshua M. Boniface
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-10-22Add patches and debian build information for emby-serverJoshua Boniface