mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
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:
parent
2641d25255
commit
bf5c2256c4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user