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