summarylogtreecommitdiffstats
path: root/cabal-desktop-git.install
diff options
context:
space:
mode:
authordavedatum2019-11-03 01:20:56 +0000
committerdavedatum2019-11-03 01:20:56 +0000
commitd07565a4f3e7b0c243e56e856c879681bc798723 (patch)
tree776076e4f4577ea667b4b45879ddbbae92fb4b9b /cabal-desktop-git.install
parent5a2ec06f92e8b3b6486dc3fca8e2f0073a353bc6 (diff)
downloadaur-d07565a4f3e7b0c243e56e856c879681bc798723.tar.gz
updated pkgname
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
+}