summarylogtreecommitdiffstats
path: root/cabal-desktop-git.install
blob: 30d11e1a675f2c29b9fa855c79b9f304385f6699 (plain)
1
2
3
4
5
6
7
post_install() {
		chmod +x /usr/bin/cabal-desktop-git
}

post_upgrade() {
        post_install
}