Add forgotten handling of already set chroot_hooks in defaults.
This commit is contained in:
parent
cfd7f3103b
commit
046e32b5b0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue