diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 01:57:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 01:57:21 +0000 |
commit | b375106e826efd8c20fb17c3997a9e2be259f0c4 (patch) | |
tree | 925c7ef705d896f3a89d7c15cea107ccd1f88a55 /contrib/package/olsrd-luci/ipkg | |
parent | 7e32981740ef29e492bf986e26bcfce6dcd662c8 (diff) |
contrib: remove olsrd-luci
Diffstat (limited to 'contrib/package/olsrd-luci/ipkg')
-rwxr-xr-x | contrib/package/olsrd-luci/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/package/olsrd-luci/ipkg/postinst b/contrib/package/olsrd-luci/ipkg/postinst deleted file mode 100755 index 26156a6933..0000000000 --- a/contrib/package/olsrd-luci/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -[ -n "${IPKG_INSTROOT}" ] || { - /etc/init.d/olsrd enabled || /etc/init.d/olsrd enable - exit 0 -} |