diff options
Diffstat (limited to 'contrib/package/freifunk-gwcheck/ipkg/postrm')
-rw-r--r-- | contrib/package/freifunk-gwcheck/ipkg/postrm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/package/freifunk-gwcheck/ipkg/postrm b/contrib/package/freifunk-gwcheck/ipkg/postrm deleted file mode 100644 index 18e4a07d0..000000000 --- a/contrib/package/freifunk-gwcheck/ipkg/postrm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - sed -i '/gw-check/d' /etc/iproute2/rt_tables - sed -i '/ff_olsr_test_gw.sh/d' /etc/crontabs/root -} |