added lang /lib pkgs
[librewrt/.git] / packages / xwrt / webif-hotspot / ipkg / webif-hotspot.postinst
1 #!/bin/sh
2 #
3 # Webif post-install script.
4 #
5 if $(grep -q "Mesh" "${IPKG_INSTROOT}/www/cgi-bin/webif/.categories"); then
6         sed -i '/##WEBIF:category:Mesh/a##WEBIF:category:HotSpot' "${IPKG_INSTROOT}/www/cgi-bin/webif/.categories"
7 else
8         sed -i '/##WEBIF:category:Network/a##WEBIF:category:HotSpot' "${IPKG_INSTROOT}/www/cgi-bin/webif/.categories"
9 fi