summarylogtreecommitdiffstats
path: root/rclient.install
blob: 5722f5ea8e9f614fa9da642954c309d2e900e3ce (plain)
1
2
3
4
5
6
post_install() {
chmod -R 777 /opt/rclient
}
post_upgrade() {
chmod -R 777 /opt/rclient
}