summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 38c60de14..e142fa248 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -584,13 +584,15 @@ Set_defaults ()
# Setting distribution hooks
case "${LB_MODE}" in
*)
- LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-xapian-index \
+ LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
+ update-apt-xapian-index \
update-mlocate-database \
remove-python-py}"
;;
kubuntu)
- LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-xapian-index \
+ LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
+ update-apt-xapian-index \
update-mlocate-database \
remove-gnome-icon-cache \
remove-python-py}"