mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -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
|
ninja -C build
|
||||||
meson install -C build --skip-subprojects
|
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