forked from kiss-community/kiss
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.
|
||||
[ "${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
|
||||
|
Loading…
Reference in New Issue
Block a user