summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorshmilee2015-06-13 21:35:43 +0800
committershmilee2015-06-13 21:35:43 +0800
commited54c0ac1b6e693b3fd6e99d6739e661bd974ea1 (patch)
treeb76545bda27b78c05eb6f21c97fa50a608537792 /install
downloadaur-ed54c0ac1b6e693b3fd6e99d6739e661bd974ea1.tar.gz
initial import
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
+}