summarylogtreecommitdiffstats
path: root/wind-bin.install
blob: b98346306e5a983663d726556f39649fb6a03774 (plain)
1
2
3
4
5
6
post_install(){
    chmod -R a+w /opt/wind/etc
} 
post_upgrade(){
    post_install
}