summarylogtreecommitdiffstats
path: root/emby-server.install
blob: 41b10ee8f580deadb57846d8606a3ea16ddf5d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
cat <<EOF

Emby is not compatible with the 10-bit version of libx264. Please stick to the
8-bit version if you plan on using emby's transcoding features.

EOF
}

post_upgrade() {
  post_install
}