Merge pull request #262 from chris5560/master
[project/luci.git] / applications / luci-meshwizard / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard
4 }