diff options
Diffstat (limited to 'applications/luci-app-meshwizard/ipkg/postinst')
-rw-r--r-- | applications/luci-app-meshwizard/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-meshwizard/ipkg/postinst b/applications/luci-app-meshwizard/ipkg/postinst new file mode 100644 index 000000000..0599082ef --- /dev/null +++ b/applications/luci-app-meshwizard/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard +} |