diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b46e72..e5c8b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Improvement * Add an UEFI entry to manage specific partitions (see #16). * task-ssh-server is removed (see #18). -* task-french is removed (see #18). +* task-french and task-english are removed (see #18). ### Fix * Leave standard task in peace to be able to have a X session for user's nodes… (see #17). diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index 5bce425..897e586 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -33,6 +33,11 @@ if [ "$(dpkg -l task-french)" ]; then select-default-wordlist --set-default=".*(F|f)rench.*" fi +# Remove task-english +if [ "$(dpkg -l task-english)" ]; then + aptitude -y remove task-english +fi + ### }}} ### SSH {{{