b35f1636e24ad9240a71ea91d445502e45d1fea4
[project/luci.git] / applications / luci-splash / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
5         uci set luci.flash_keep.splashtext="/usr/lib/luci-splash/splashtext.html";uci commit
6         exit 0
7 }