summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-gwcheck
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/package/freifunk-gwcheck')
-rw-r--r--contrib/package/freifunk-gwcheck/ipkg/postinst4
-rw-r--r--contrib/package/freifunk-gwcheck/ipkg/postrm5
2 files changed, 0 insertions, 9 deletions
diff --git a/contrib/package/freifunk-gwcheck/ipkg/postinst b/contrib/package/freifunk-gwcheck/ipkg/postinst
deleted file mode 100644
index 1c5308ff69..0000000000
--- a/contrib/package/freifunk-gwcheck/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/freifunk-gwcheck ) && rm -f /etc/uci-defaults/freifunk-gwcheck
-}
diff --git a/contrib/package/freifunk-gwcheck/ipkg/postrm b/contrib/package/freifunk-gwcheck/ipkg/postrm
deleted file mode 100644
index 18e4a07d01..0000000000
--- 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
-}