Rework LuCI build system
[project/luci.git] / applications / luci-app-meshwizard / ipkg / postinst
diff --git a/applications/luci-app-meshwizard/ipkg/postinst b/applications/luci-app-meshwizard/ipkg/postinst
new file mode 100644 (file)
index 0000000..0599082
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+       ( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard
+}