PKGBUILDs/alarm/kodi-rbp3/kodi.install

11 lines
366 B
Plaintext
Raw Normal View History

2019-02-01 01:28:06 +00:00
post_install() {
echo "****************************************************************"
echo "Recommended GPU memory for 1080p x265 content is at least 320 MB"
echo "Add the following to /boot/config.txt: gpu_mem=320"
echo "****************************************************************"
}
post_remove() {
2020-01-16 01:21:38 +00:00
echo "==> Optionally remove /var/lib/kodi/"
2019-02-01 01:28:06 +00:00
}