2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

fontconfig: remove unneded files

This commit is contained in:
Dylan Araps 2019-08-19 00:42:44 +00:00
parent 5ef86baa02
commit 316d2ff658

View File

@ -9,5 +9,8 @@
make
make DESTDIR="$1" install
# Remove docs.
# Remove docs and other unneeded files.
rm -rf "$1/usr/share/doc"
rm -rf "$1/usr/share/gettext"
rm -rf "$1/usr/share/locale"
rm -rf "$1/usr/share/man/man3"