diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-12-12 20:10:05 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-12-12 20:18:59 +0100 |
commit | 17ca7c045eadbabe17ed33d57750c831f27ba8cc (patch) | |
tree | f4dffaabe63ad18b8add07075db7136d5ac22de0 /apks/jellyfin-web/jellyfin-web.post-install | |
parent | 1ef93bbbb4e6e0a7470b128d11c1c5a140ae5553 (diff) | |
download | apkbuilds-17ca7c045eadbabe17ed33d57750c831f27ba8cc.tar.gz apkbuilds-17ca7c045eadbabe17ed33d57750c831f27ba8cc.tar.bz2 apkbuilds-17ca7c045eadbabe17ed33d57750c831f27ba8cc.zip |
ref: Remove unnecessary packages
Some package have made into the community repository on 3.17, so there
is no need to keep them.
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 |