From ab87896104be09072ccccad305588d46370ab5ad Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Thu, 23 Jun 2011 15:52:00 +0000 Subject: Add new meshwizard (WIP) --- applications/luci-meshwizard/ipkg/postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 applications/luci-meshwizard/ipkg/postinst (limited to 'applications/luci-meshwizard/ipkg/postinst') diff --git a/applications/luci-meshwizard/ipkg/postinst b/applications/luci-meshwizard/ipkg/postinst new file mode 100644 index 0000000000..ac4e1d1222 --- /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 +} + -- cgit v1.2.3