diff options
Diffstat (limited to 'functions')
| -rwxr-xr-x | functions/defaults.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/functions/defaults.sh b/functions/defaults.sh index de79d5c75..5538dfbae 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -587,6 +587,7 @@ Set_defaults ()  			LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \  				update-apt-xapian-index \  				update-mlocate-database \ +				remove-openssh-server-host-keys \  				remove-python-py}"  			;; @@ -595,6 +596,7 @@ Set_defaults ()  				update-apt-xapian-index \  				update-mlocate-database \  				remove-gnome-icon-cache \ +				remove-openssh-server-host-keys \  				remove-python-py}"  			;;  	esac | 
