mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
340 B
Text
16 lines
340 B
Text
|
post_install() {
|
||
|
echo "--> WARNING"
|
||
|
echo "--> Remove any tweaks you made to /boot/config.txt now!"
|
||
|
echo "--> Add the following to /boot/config.txt or else kodi will not work!"
|
||
|
echo " [all]"
|
||
|
echo " include kodi-gbm.config.txt"
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
echo "==> Optionally remove /var/lib/kodi/"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|