Correcting the download URL. Also having it search for 'LibreWRT'
[librewrt/.git] / packages / xwrt / webif-fonheartbeat / ipkg / webif-fonheartbeat.postrm
1 #!/bin/sh
2 #
3 # Webif post-removal script.
4 #
5
6 echo "+ removing entry from cron"
7 sed -e '/fonheartbeat/d' -i /etc/crontabs/root
8
9 echo "+ restarting cron"
10 /etc/init.d/cron restart
11
12 echo "+ removing download.fon.com from knownhosts"
13 sed -e '/download.fon.com/d' -i /root/.ssh/known_hosts