summarylogtreecommitdiffstats
path: root/imagine.install
blob: 7d3b993137ddccc736f81c62ba5f74cb0b9981bc (plain)
1
2
3
4
5
6
7
post_install() {
		chmod +x /usr/bin/imagine
}

post_upgrade() {
        post_install
}