kiss: nitpick

This commit is contained in:
Dylan Araps 2020-09-12 17:32:33 +03:00
parent d8d19948f4
commit e600a374e2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 5 additions and 4 deletions

9
kiss
View File

@ -67,10 +67,11 @@ run_hook() {
case ${KISS_HOOK:--}$1 in
-post-build)
rm -rf "$3/usr/share/gettext" \
"$3/usr/share/polkit-1" \
"$3/usr/share/locale" \
"$3/usr/share/info"
rm -rf \
"$3/usr/share/gettext" \
"$3/usr/share/polkit-1" \
"$3/usr/share/locale" \
"$3/usr/share/info"
;;
[!-]*)