mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway-no-seat: keep manual pages. See #273
NOTE: They're only kept if scdoc is installed. This is the first step towards a more complete solution.
This commit is contained in:
parent
288463043c
commit
31a861131b
@ -38,4 +38,8 @@ meson \
|
||||
ninja -C build
|
||||
meson install -C build --skip-subprojects
|
||||
|
||||
rm -rf "${1:?}/usr/share"
|
||||
rm -rf \
|
||||
"$1/usr/share/fish" \
|
||||
"$1/usr/share/bash-completion" \
|
||||
"$1/usr/share/backgrounds" \
|
||||
"$1/usr/share/zsh"
|
||||
|
Loading…
Reference in New Issue
Block a user