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

glib,meson: Remove unneeded files

This commit is contained in:
Dylan Araps 2020-05-12 08:40:06 +03:00
parent 9019d152d6
commit ebb1c79296
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 1 deletions

View File

@ -50,5 +50,6 @@ ninja -C build install
}
# Purge gdbus.
# Purge gdbus/unneeded files.
rm -rf "$1/usr/bin/gdbus"
rm -rf "$1/usr/share/gettext"

View File

@ -5,3 +5,5 @@ python setup.py install \
--root="$1" \
--optimize=1 \
--skip-build
rm -rf "$1/usr/share/polkit-1"