PKGBUILDs/alarm/kodi-rpi-legacy/kodi.install
2021-02-20 11:59:30 -05:00

11 lines
328 B
Text

post_install() {
echo "-> Remove any tweaks made to /boot/config.txt now!"
echo "-> This includes lines such as gpu_mem=..."
echo "-> Add the following to /boot/config.txt or else kodi will not work."
echo " [all]"
echo " include kodi.config.txt"
}
post_remove() {
echo "==> Optionally remove /var/lib/kodi/"
}