summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install7
1 files changed, 7 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..25c8e8f318ca
--- /dev/null
+++ b/install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "you'd better restart XBMC."
+}
+
+post_upgrade() {
+ post_install
+}