summarylogtreecommitdiffstats
path: root/imagine.install
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-12-08 11:51:30 -0500
committerCarlos Aznarán Laos2021-12-08 11:51:30 -0500
commitf36dc8e69c83086edb1690263abe8908bb5a113c (patch)
tree9c32e2353665f205522274550b89760c795eefb7 /imagine.install
parentb9c8c5ad6c144277db4fbd2f2acebe0a8fcaf658 (diff)
downloadaur-f36dc8e69c83086edb1690263abe8908bb5a113c.tar.gz
Change node version
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..64862181d29a
--- /dev/null
+++ b/imagine.install
@@ -0,0 +1,7 @@
+post_install() {
+ chmod +x /usr/bin/imagine
+}
+
+post_upgrade() {
+ post_install
+}