task-english is removed (see #18).

This commit is contained in:
Jeremy Gardais 2017-12-08 16:18:17 +01:00
parent 5587546a10
commit 4a42dbddd7
2 changed files with 6 additions and 1 deletions

View File

@ -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).

View File

@ -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 {{{