kiss: clean up

This commit is contained in:
Dylan Araps 2020-05-21 11:04:48 +03:00
parent f6e47939d0
commit eaa4f3410c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 4 deletions

6
kiss
View File

@ -83,10 +83,8 @@ run_hook() {
# their own hook to override this behavior.
[ "${KISS_HOOK:-}" ] || {
case $1 in post-build)
rm -rf "$3/usr/share/gettext"
rm -rf "$3/usr/share/polkit-1"
rm -rf "$3/usr/share/locale"
rm -rf "$3/usr/share/info"
rm -rf "$3/usr/share/gettext" "$3/usr/share/polkit-1" \
"$3/usr/share/locale" "$3/usr/share/info"
esac
return 0