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 }