Move /ui to /usr/share/ui

And make /usr/share/fonts and /usr/share/icons the canonical locations
for fonts and icons respectively.
This commit is contained in:
bjorn3 2026-01-25 21:05:42 +01:00
parent 2641d25255
commit bf5c2256c4

View File

@ -168,10 +168,21 @@ path = "/share"
data = "usr/share"
symlink = true
[[files]]
path = "/ui"
data = "usr/share/ui"
symlink = true
## legacy orbital font directory
[[files]]
path = "/usr/share/fonts"
data = "../../ui/fonts"
path = "/usr/share/ui/fonts"
data = "/usr/share/fonts"
symlink = true
## legacy orbital icon directory
[[files]]
path = "/usr/share/ui/icons"
data = "/usr/share/icons"
symlink = true
## /var