From cbe2cb545ce847ddb488ecf52141f560f6cab9ed Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Wed, 24 Nov 2010 01:07:45 +0000 Subject: [PATCH] applications/luci-splash: Use conffiles to store splashtext on sysupgrade --- applications/luci-splash/ipkg/postinst | 1 - applications/luci-splash/ipkg/postrm | 2 -- contrib/package/luci/Makefile | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 applications/luci-splash/ipkg/postrm diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index b35f1636e..a87729e43 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 } diff --git a/applications/luci-splash/ipkg/postrm b/applications/luci-splash/ipkg/postrm deleted file mode 100644 index 4c92415d9..000000000 --- a/applications/luci-splash/ipkg/postrm +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -uci del luci.flash_keep.splashtext;uci commit diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index f65cdfa80..786a84ad2 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -308,6 +308,7 @@ endef define Package/luci-app-splash/conffiles /etc/config/luci_splash +/usr/lib/luci-splash/splashtext.html endef define Package/luci-app-statistics/conffiles -- 2.11.0