终止强制更新数据库,避免APM应用优先级重置

This commit is contained in:
2026-05-06 20:12:59 +08:00
parent 2e524df411
commit b9bd4552e5
2 changed files with 1 additions and 7 deletions
-7
View File
@@ -144,10 +144,3 @@ if ! grep -q "Kylin" /etc/os-release; then
fi
fi
# 更新桌面数据库
if command -v update-desktop-database >/dev/null 2>&1; then
echo "正在更新桌面数据库..."
update-desktop-database "$TARGET_BASE/applications/"
else
echo "警告: update-desktop-database 命令未找到"
fi