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

list: rename package user_notify to user-notify and add translations

parent 620635f5
Branches
Tags
No related merge requests found
......@@ -76,7 +76,10 @@ Install("haveged", { priority = 40 })
Install("umdns", { priority = 40 })
-- Turris utility
Install("turris-utils", "user_notify", "user_notify_locales", "oneshot", "libatsha204", "watchdog_adjust", "update_mac", { priority = 40 })
Install("turris-utils", "user-notify", "oneshot", "libatsha204", "watchdog_adjust", "update_mac", { priority = 40 })
if for_l10n then
for_l10n("user-notify-l10n-")
end
if model:match("[Oo]mnia") then
Install("rainbow-omnia", "sfpswitch", { priority = 40 })
elseif model:match("^[Tt]urris$") then
......
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