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:
Dylan Araps 2021-07-12 20:36:01 +03:00
parent 288463043c
commit 31a861131b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

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