diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-24 22:08:57 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-24 22:08:57 +0100 |
commit | e481d980ad7c9f9e6985e9178ea709dbeab8a805 (patch) | |
tree | 1e97ec9298c864ae9c5989bf0efffd5af8048fd9 /apks/jellyfin-web/jellyfin-web.post-install | |
parent | 1b1036f1353d2625bdebe1aacc327210dea401a4 (diff) | |
download | apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.tar.gz apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.tar.bz2 apkbuilds-e481d980ad7c9f9e6985e9178ea709dbeab8a805.zip |
chore: Remove jellyfin and add alps
Diffstat (limited to 'apks/jellyfin-web/jellyfin-web.post-install')
-rw-r--r-- | apks/jellyfin-web/jellyfin-web.post-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apks/jellyfin-web/jellyfin-web.post-install b/apks/jellyfin-web/jellyfin-web.post-install deleted file mode 100644 index a6e6942..0000000 --- a/apks/jellyfin-web/jellyfin-web.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -printf " *\n * The default jellyfin configuration does not enable the web ui.\n" -printf " * Remove the '--nowebclient' option from /etc/conf.d/jellyfin to enable it.\n *\n" - -exit 0 |