Skip to content
Snippets Groups Projects
Verified Commit f42fffc7 authored by Karel Koci's avatar Karel Koci :metal: Committed by Josef Schlehofer
Browse files

lists/base-fix: remove updater's task log

This fix package removes task log generated by updater.
Updater-Supervisor version 1.3.2 no longer instructs updater to generate
this file. That makes is no longer necessary and to clean after update
it is removed.
parent bde3c37f
No related branches found
No related tags found
2 merge requests!377Turris OS 5.2 (HBK),!240lists/base-fix: remove updater's task log
......@@ -55,3 +55,9 @@ if not version_match or not installed or
Install("fix-pkglists-options")
Package("fix-pkglists-options", { replan = "finished" })
end
-- Remove no longer generated task log
if not version_match or not installed or
(installed["updater-supervisor"] and version_match(installed["updater-supervisor"].version, "<1.3.2")) then
Install("fix-updater-rm-log")
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment