This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository equivoke.
View the commit online.
commit ef895006ea24f60d60f137ad4a0d0541da8442ac
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
AuthorDate: Sun Jun 8 04:23:36 2025 -0700
Formatting
---
evakuate.sh | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/evakuate.sh b/evakuate.sh
index 70d462d..c757557 100644
--- a/evakuate.sh
+++ b/evakuate.sh
@@ -204,13 +204,15 @@ final_stp() {
sudo systemctl daemon-reload
sudo ldconfig
- # Also remove the translation files.
- if [ -d /usr/local/share/locale ]; then
- find /usr/local/share/locale -name "LC_MESSAGES" -type d 2>/dev/null | while read -r i; do
- find "$i" -name "*.mo" | grep -E 'efl|enlightenment|ephoto|evisum|terminology|ecrire|edi|enventor|eflete|forecasts|e-module-penguins|e-module-places' | while read -r mo_file; do
- sudo rm -f "$mo_file"
+if [ -d /usr/local/share/locale ]; then
+ find /usr/local/share/locale -name "LC_MESSAGES" -type d 2>/dev/null |
+ while read -r i; do
+ find "$i" -name "*.mo" |
+ grep -E 'efl|enlightenment|ephoto|evisum|terminology|ecrire|edi|enventor|eflete|forecasts|e-module-penguins|e-module-places' |
+ while read -r mo_file; do
+ sudo rm -f "$mo_file"
+ done
done
- done
fi
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.