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

lists/pkglists: add reforis

This just installs reForis with all its available plugins.
parent 5aece8a6
No related branches found
No related tags found
2 merge requests!123Turris OS 5.0 (HBK),!73lists/pkglists: add reforis
......@@ -9,3 +9,13 @@ local function foris_plugin(...)
end
end
local function reforis_plugin(...)
for _, plugin in pairs({...}) do
fplugin = "reforis-" .. plugin .. "-plugin"
Install(fplugin, { priority = 40 })
if for_l10n then
for_l10n(fplugin .. "-l10n-")
end
end
end
include(utils.m4)dnl
include(foris-utils.m4)dnl
_FEATURE_GUARD_
Install("reforis", { priority = 40 })
if for_l10n then
for_l10n("reforis-l10n-")
end
reforis_plugin("diagnostics", "openvpn")
_END_FEATURE_GUARD_
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