Files
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
..
2020-04-09 11:55:44 -04:00
2020-07-23 20:53:04 +02:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-07-19 23:36:48 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00
2020-03-22 16:01:33 -04:00