Add forgotten handling of already set chroot_hooks in defaults.

This commit is contained in:
Daniel Baumann 2011-07-24 09:28:49 +02:00
parent cfd7f3103b
commit 046e32b5b0
1 changed files with 4 additions and 4 deletions

View File

@ -584,16 +584,16 @@ Set_defaults ()
# Setting distribution hooks
case "${LB_MODE}" in
*)
LB_CHROOT_HOOKS="update-apt-xapian-index \
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-xapian-index \
update-mlocate-database \
remove-python-py"
remove-python-py}"
;;
kubuntu)
LB_CHROOT_HOOKS="update-apt-xapian-index \
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-xapian-index \
update-mlocate-database \
remove-gnome-icon-cache \
remove-python-py"
remove-python-py}"
;;
esac