Skip to content
Snippets Groups Projects
Verified Commit 22652377 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: drop userlists because they are now named pkglists

There is no more Install commands for pkglists alone because it is
dependency of updater-ng-supervisor and that is dependency of
foris in proxy. This means that Foris it self pulls pkglists in.
parent 552041bc
1 merge request!123Turris OS 5.0 (HBK)
......@@ -2,11 +2,10 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("foris", "foris-diagnostics-plugin", "turris-webapps", "lighttpd-https-cert", { priority = 40 })
Install('userlists', { priority = 40 })
if for_l10n then
for_l10n("foris-l10n-")
for_l10n("foris-diagnostics-plugin-l10n-")
for_l10n('userlists-l10n-')
for_l10n('pkglists-l10n-')
end
_END_FEATURE_GUARD_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment