applications/luci-splash: Use conffiles to store splashtext on sysupgrade
[project/luci.git] / applications / luci-splash / ipkg / postinst
index b35f163..a87729e 100755 (executable)
@@ -2,6 +2,5 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
-       uci set luci.flash_keep.splashtext="/usr/lib/luci-splash/splashtext.html";uci commit
        exit 0
 }