]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
base-files: fix default_postinst clearing luci cache
authorLiangbin Lian <jjm2473@gmail.com>
Thu, 25 Dec 2025 05:50:14 +0000 (13:50 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 2 Jan 2026 13:34:58 +0000 (14:34 +0100)
The path to the LuCI index cache file has changed to
/tmp/luci-indexcache.*.json since OpenWrt 22.03.

Update functions.sh to align with luci.mk.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21280
(cherry picked from commit e9fd3facd041263dcc080748e0637ee99c517dd8)
Link: https://github.com/openwrt/openwrt/pull/21357
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/base-files/files/lib/functions.sh

index c1aeea7b72265a9b791ac8f9ba0cde7530661174..de19a5670bdb316d38b339c8edf0ae2b43d9e9d1 100644 (file)
@@ -382,7 +382,7 @@ default_postinst() {
                        uci commit
                fi
 
-               rm -f /tmp/luci-indexcache
+               rm -f /tmp/luci-indexcache.*
        fi
 
        if [ -f "$root/usr/lib/opkg/info/${pkgname}.postinst-pkg" ]; then