jellyfin/debian
MichaIng 1883ecd817
Fix left /usr/bin/jellyfin symlink on removal and typo
After removal of the symlink target file "/usr/lib/jellyfin/bin/jellyfin", file existence check on the symlink "[[ -f /usr/bin/jellyfin ]]" returns false. As a result the symlink is left in place on package purge. The correct check would be "[[ -L /usr/bin/jellyfin ]]", but since it could be a file in cases, e.g. manual fix on file systems with no symlink support or for any other reason, it is easiest to use "rm -f" to assure that it is removed in both cases and not return false even if it does not exist at all.

Additionally this fixes a typo on upstart script check.

Signed-off-by: MichaIng <micha@dietpi.com>
2020-07-24 22:43:32 +02:00
..
bin Fix missing restart script 2020-04-09 11:55:44 -04:00
conf fix typo in debian's config file 2020-07-23 20:53:04 +02:00
metapackage Add Debian/Ubuntu metapackage equivs file 2020-03-30 02:40:06 -04:00
po Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
source Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
changelog Fix bad dependency handling in 10.6.0-1 2020-07-19 23:26:59 -04:00
compat Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
control Readd sed'd out dotnet-sdk dependency 2020-07-19 23:36:48 -04:00
copyright Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
gbp.conf Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
install Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
jellyfin.init Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
jellyfin.service Add Web integration option in default service conf 2020-04-29 16:06:42 -04:00
jellyfin.upstart Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
postinst Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
postrm Fix left /usr/bin/jellyfin symlink on removal and typo 2020-07-24 22:43:32 +02:00
preinst Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
prerm Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00
rules Remove web building, rename, bump version 2020-03-23 14:46:16 -04:00
source.lintian-overrides Move Debian folder to root of repo 2020-03-22 16:01:33 -04:00