X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-meshwizard%2Fipkg%2Fpostinst;fp=applications%2Fluci-app-meshwizard%2Fipkg%2Fpostinst;h=0599082efef372b55c3c5ed1ffef390439b0854d;hp=0000000000000000000000000000000000000000;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 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 +}