fix: remove emacs backup files #2
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
# Locale
|
|
||||||
|
|
||||||
conf_locale()
|
|
||||||
{
|
|
||||||
backupdist /etc/locale.gen
|
|
||||||
for loc in $LOCALESET; do
|
|
||||||
prnt I "Activation de la locale ${loc}..."
|
|
||||||
sed -i "/^# $loc /s/^# //" /etc/locale.gen
|
|
||||||
done
|
|
||||||
prnt I "Régénération du cache de locale..."
|
|
||||||
locale-gen
|
|
||||||
}
|
|
||||||
|
|
||||||
precheck_conf_locale()
|
|
||||||
{
|
|
||||||
if [[ ! $LOCALESET ]]; then
|
|
||||||
prnt W "Aucune locale définie !"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user