mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
366 B
Text
10 lines
366 B
Text
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() {
|
|
echo "==> Optionally remove /var/lib/kodi/"
|
|
}
|