applications/luci-statistics: fix xhtml entity error introduced with r9926
[project/luci.git] / applications / luci-wshaper / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/wshaper ) && rm -f /etc/uci-defaults/wshaper
4         exit 0
5 }
6