summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/ipkg
diff options
context:
space:
mode:
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
-}