summarylogtreecommitdiffstats
path: root/emby-server.install
diff options
context:
space:
mode:
authorNicola Hinssen2018-01-17 16:50:01 +0100
committerNicola Hinssen2018-01-17 16:50:01 +0100
commitc64c60edf83999a07d04195e1a410de39b0b1c8e (patch)
tree0e79fbf1e12ffc0e5a52582999f645fb5adc2195 /emby-server.install
parenta34dc15f264855d5c0f2409b87777d450099b7e4 (diff)
downloadaur-c64c60edf83999a07d04195e1a410de39b0b1c8e.tar.gz
Adopted the package. Updated it to the latest beta dotnet core build.
Diffstat (limited to 'emby-server.install')
-rw-r--r--[-rwxr-xr-x]emby-server.install25
1 files changed, 3 insertions, 22 deletions
diff --git a/emby-server.install b/emby-server.install
index 73c12f3f8514..eec671081419 100755..100644
--- a/emby-server.install
+++ b/emby-server.install
@@ -1,31 +1,12 @@
post_install() {
- getent group emby > /dev/null 2>&1 || groupadd -g 422 emby
- getent passwd emby > /dev/null 2>&1 || useradd -c 'Emby Media Server' -u 422 -g emby -d /var/lib/emby -s /usr/bin/nologin emby
- passwd -l emby > /dev/null
-
- if [[ -d '/var/lib/emby-server' ]]; then
-
cat <<EOF
-New installations store the emby database inside '/var/lib/emby' (previously
-'/var/lib/emby-server'). Existing installations are left untouched.
-
-You can play safe and keep your existing setup, or you can adopt the new home
-and move your database using the emby-migrate-database script. Make sure to run
-pacdiff afterwards to merge the configuration changes.
-
- sudo emby-migrate-database /var/lib/emby-server /var/lib/emby
-
-The script can also be used for more advanced database migration.
-Try "emby-migrate-database --help" for additional information.
+Emby is not compatible with the 10-bit versionof libx264. Please stick to the
+8-bit version if you plan on using emby's transcoding features.
EOF
-
- fi
}
post_upgrade() {
post_install
-}
-
-# vim: ts=2 sw=2 et:
+} \ No newline at end of file