From 8a003ba248b619560daf37bac1c0d21a75b4b1fc Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 20 Dec 2025 12:24:56 +0300 Subject: [PATCH] xupdate: Fix force update addons --- xupdate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xupdate.sh b/xupdate.sh index 2d5358e..6f5560b 100755 --- a/xupdate.sh +++ b/xupdate.sh @@ -27,6 +27,7 @@ if [ "$OPT_FULL_UPDATE" = "true" ]; then #rm -rf feeds #rm -rf package/feeds rm -rf staging_dir/packages + rm -rf feeds/_* rm -rf $XADDONSDIR fi