summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-wshaper/ipkg/postinst
blob: dad884259df81c2ec1811cb6fdbb03c5f7226c52 (plain)
1
2
3
4
5
6
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	( . /etc/uci-defaults/wshaper ) && rm -f /etc/uci-defaults/wshaper
	exit 0
}