summarylogtreecommitdiffstats
path: root/kodi-devel.install
blob: 860236bd0766abb1222f8401899373ef763b9c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  update_autostart
}

post_upgrade() {
  update_autostart
}

post_remove() {
  update_autostart
}

update_autostart() {
  echo "To autostart Kodi standalone read: https://wiki.archlinux.org/index.php/Kodi#Autostarting_at_boot_or_ondemand"
}