summarylogtreecommitdiffstats
path: root/topsi-project-manager-git.install
blob: b8f2c7a354316d4f7e605aa533b8d4b71e7dd84b (plain)
1
2
3
4
5
6
7
post_install() {
		chmod +x /usr/bin/topsi-project-manager-git
}

post_upgrade() {
        post_install
}