summarylogtreecommitdiffstats
path: root/imagine.install
diff options
context:
space:
mode:
authordavedatum2019-10-31 22:26:16 +0000
committerdavedatum2019-10-31 22:26:16 +0000
commit54ddf89bb62235b5eb27b55b8b0195607e5d5b21 (patch)
treed295f0bfefd4cc22247892900891dab3a1798803 /imagine.install
downloadaur-54ddf89bb62235b5eb27b55b8b0195607e5d5b21.tar.gz
init import
Diffstat (limited to 'imagine.install')
-rw-r--r--imagine.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/imagine.install b/imagine.install
new file mode 100644
index 000000000000..7d3b993137dd
--- /dev/null
+++ b/imagine.install
@@ -0,0 +1,7 @@
+post_install() {
+ chmod +x /usr/bin/imagine
+}
+
+post_upgrade() {
+ post_install
+}