summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index e142fa248..0bd1b1a5b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -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