summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-05 01:57:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-05 01:57:21 +0000
commitb375106e826efd8c20fb17c3997a9e2be259f0c4 (patch)
tree925c7ef705d896f3a89d7c15cea107ccd1f88a55 /contrib/package/olsrd-luci/ipkg
parent7e32981740ef29e492bf986e26bcfce6dcd662c8 (diff)
contrib: remove olsrd-luci
Diffstat (limited to 'contrib/package/olsrd-luci/ipkg')
-rwxr-xr-xcontrib/package/olsrd-luci/ipkg/postinst6
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
-}