summarylogtreecommitdiffstats
path: root/tor-relay-scanner-bin.install
blob: 10571f755540901bfb08e5c51620cc8e93143340 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo -e "\nEnable tor-relay-scanner.service to update Tor relays on boot"
	echo -e "Append %include /etc/tor/relays to the end of /etc/tor/torrc file to make Tor daemon use them\n"
}

post_remove() {
	rm -f /etc/tor/relays
}