summarylogtreecommitdiffstats
path: root/tor.install
diff options
context:
space:
mode:
Diffstat (limited to 'tor.install')
-rw-r--r--tor.install6
1 files changed, 1 insertions, 5 deletions
diff --git a/tor.install b/tor.install
index caca13a2df57..4f2072b0ddc5 100644
--- a/tor.install
+++ b/tor.install
@@ -3,12 +3,8 @@ post_install() {
echo "==> Tor has been preconfigured to run as a client only"
echo "==> Tor is experimental software, Do not rely on it for strong anonymity."
echo "==> "
- post_upgrade
}
post_upgrade() {
- systemd-sysusers tor.conf
- systemd-tmpfiles --create tor.conf
- chown -R tor:tor /etc/tor
- chmod 755 /etc/tor
+ post_install
}