diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-24 01:07:45 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-24 01:07:45 +0000 |
commit | cbe2cb545ce847ddb488ecf52141f560f6cab9ed (patch) | |
tree | 106fc03eae866d8085530819291c68c0976f3dd9 /applications/luci-splash/ipkg/postinst | |
parent | a411c56c8776a7f9844a9c4baebfb08cec00afd7 (diff) |
applications/luci-splash: Use conffiles to store splashtext on sysupgrade
Diffstat (limited to 'applications/luci-splash/ipkg/postinst')
-rwxr-xr-x | applications/luci-splash/ipkg/postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index b35f1636e2..a87729e431 100755 --- a/applications/luci-splash/ipkg/postinst +++ b/applications/luci-splash/ipkg/postinst @@ -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 } |