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