18e4a07d014b6059d3c23fb4a98f754870491486
[project/luci.git] / contrib / package / freifunk-gwcheck / ipkg / postrm
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         sed -i '/gw-check/d' /etc/iproute2/rt_tables
4         sed -i '/ff_olsr_test_gw.sh/d' /etc/crontabs/root
5 }