diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-06-23 15:52:00 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-06-23 15:52:00 +0000 |
commit | ab87896104be09072ccccad305588d46370ab5ad (patch) | |
tree | fc3c5a5db319668cf1185c671268bc8cdae7316b /applications/luci-meshwizard/ipkg | |
parent | e88fd858a1c0d3dbac4703224dc63cb498839432 (diff) |
Add new meshwizard (WIP)
Diffstat (limited to 'applications/luci-meshwizard/ipkg')
-rw-r--r-- | applications/luci-meshwizard/ipkg/postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-meshwizard/ipkg/postinst b/applications/luci-meshwizard/ipkg/postinst new file mode 100644 index 000000000..ac4e1d122 --- /dev/null +++ b/applications/luci-meshwizard/ipkg/postinst @@ -0,0 +1,8 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + uci set ucitrack.meshwizard="meshwizard" + uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart" + uci commit + exit 0 +} + |