diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
commit | 50b258a1d42c12e9f13e31282d6d555a1a9fcf32 (patch) | |
tree | c75385a54f4e8ecc0ebfdb210fa205ee839decfb /contrib | |
parent | 39ff053890a1519e11def32336154bebde2519e4 (diff) |
Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/package/freifunk-common/ipkg/postinst | 6 | ||||
-rw-r--r-- | contrib/package/freifunk-gwcheck/ipkg/postinst | 4 | ||||
-rw-r--r-- | contrib/package/freifunk-gwcheck/ipkg/postrm | 5 | ||||
-rw-r--r-- | contrib/package/freifunk-mapupdate/ipkg/postinst | 4 | ||||
-rw-r--r-- | contrib/package/freifunk-mapupdate/ipkg/postrm | 5 |
5 files changed, 0 insertions, 24 deletions
diff --git a/contrib/package/freifunk-common/ipkg/postinst b/contrib/package/freifunk-common/ipkg/postinst deleted file mode 100755 index 52bedb2d4..000000000 --- a/contrib/package/freifunk-common/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -[ -n "${IPKG_INSTROOT}" ] || { - /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable - exit 0 -} diff --git a/contrib/package/freifunk-gwcheck/ipkg/postinst b/contrib/package/freifunk-gwcheck/ipkg/postinst deleted file mode 100644 index 1c5308ff6..000000000 --- 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 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 -} diff --git a/contrib/package/freifunk-mapupdate/ipkg/postinst b/contrib/package/freifunk-mapupdate/ipkg/postinst deleted file mode 100644 index 284469730..000000000 --- a/contrib/package/freifunk-mapupdate/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/freifunk-mapupdate ) && rm -f /etc/uci-defaults/freifunk-mapupdate -} diff --git a/contrib/package/freifunk-mapupdate/ipkg/postrm b/contrib/package/freifunk-mapupdate/ipkg/postrm deleted file mode 100644 index dc1a8704f..000000000 --- a/contrib/package/freifunk-mapupdate/ipkg/postrm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - sed -i '/ff_mapupdate.sh/d' /etc/crontabs/root - /etc/init.d/cron restart -} |