post_remove() { echo "--> Optionally remove /var/lib/kodi/" } post_install() { echo "--> Optionally create /etc/conf.d/kodi-standalone if you need to pass" echo "--> any environment variables to the service" if [[ -L /etc/systemd/system/graphical.target.wants/kodi.service ]]; then echo '-->' echo '--> kodi.service is now kodi-x11.service' echo '--> you must disable the old one and enable the new one' fi } pre_upgrade() { } # vim:set ts=2 sw=2 et: