summarylogtreecommitdiffstats
path: root/dbgate.install
blob: 0a6b5d7550c8c80dd12a44201c3a8910e1ae7ead (plain)
1
2
3
4
5
6
7
post_install() {
	chmod u+s /opt/DbGate/chrome-sandbox
}

post_upgrade() {
	post_install
}