mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: clean up
This commit is contained in:
parent
f6e47939d0
commit
eaa4f3410c
6
kiss
6
kiss
@ -83,10 +83,8 @@ run_hook() {
|
|||||||
# their own hook to override this behavior.
|
# their own hook to override this behavior.
|
||||||
[ "${KISS_HOOK:-}" ] || {
|
[ "${KISS_HOOK:-}" ] || {
|
||||||
case $1 in post-build)
|
case $1 in post-build)
|
||||||
rm -rf "$3/usr/share/gettext"
|
rm -rf "$3/usr/share/gettext" "$3/usr/share/polkit-1" \
|
||||||
rm -rf "$3/usr/share/polkit-1"
|
"$3/usr/share/locale" "$3/usr/share/info"
|
||||||
rm -rf "$3/usr/share/locale"
|
|
||||||
rm -rf "$3/usr/share/info"
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user