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:
Dylan Araps 2021-07-12 20:26:53 +03:00
parent 13e25e48ac
commit 288463043c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 5 additions and 1 deletions

View File

@ -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"