summarylogtreecommitdiffstats
path: root/kodi-devel.install
diff options
context:
space:
mode:
Diffstat (limited to 'kodi-devel.install')
-rw-r--r--kodi-devel.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/kodi-devel.install b/kodi-devel.install
deleted file mode 100644
index 860236bd0766..000000000000
--- a/kodi-devel.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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"
-}