summarylogtreecommitdiffstats
path: root/imagine-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'imagine-git.install')
-rw-r--r--imagine-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/imagine-git.install b/imagine-git.install
new file mode 100644
index 000000000000..17ae7373b621
--- /dev/null
+++ b/imagine-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ chmod +x /usr/bin/imagine-git
+}
+
+post_upgrade() {
+ post_install
+}