summarylogtreecommitdiffstats
path: root/torsocks.install
blob: a9835424a80ae8f2ffdf2ab993421dec2b4f1b3e (plain)
1
2
3
4
5
6
7
8
post_install() {
    post_upgrade
}

post_upgrade() {
    chown -R tor:tor /etc/tor
    chmod -R 750 /etc/tor
}