summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-meshwizard/ipkg/postinst
blob: 0599082efef372b55c3c5ed1ffef390439b0854d (plain)
1
2
3
4
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard
}