mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway: 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
13e25e48ac
commit
288463043c
@ -21,4 +21,8 @@ meson \
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
|
||||
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