1e4d1793d7b035cc81651d4e1f78872dd0fd09d7
[project/luci.git] / applications / luci-splash / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/luci_splash enable
5 }