Correcting indentiation in hook defaults assignment.

This commit is contained in:
Daniel Baumann 2011-08-04 21:49:34 +02:00
parent 18e092e835
commit b6825361ef
1 changed files with 7 additions and 7 deletions

View File

@ -585,17 +585,17 @@ Set_defaults ()
case "${LB_MODE}" in
*)
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
remove-python-py}"
update-apt-xapian-index \
update-mlocate-database \
remove-python-py}"
;;
kubuntu)
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
remove-gnome-icon-cache \
remove-python-py}"
update-apt-xapian-index \
update-mlocate-database \
remove-gnome-icon-cache \
remove-python-py}"
;;
esac