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 03549735fc17de75b8a29b1613b1bc084c6e21ce
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
AuthorDate: Sun Jun 8 03:11:33 2025 -0700
Minor changes
---
evakuate.sh | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/evakuate.sh b/evakuate.sh
index e1196e9..70d462d 100644
--- a/evakuate.sh
+++ b/evakuate.sh
@@ -212,13 +212,6 @@ final_stp() {
done
done
fi
- # Also remove the translation files.
- find /usr/local/share/locale/*/LC_MESSAGES | while read -r i; do
- echo "$i" |
- xargs sudo rm -rf \
- "$(grep -E 'efl|enlightenment|ephoto|evisum|terminology|ecrire|edi|enventor|eflete|forecasts|
- e-module-penguins|e-module-places')"
- done
}
uninstall_enlighten() {
@@ -236,10 +229,10 @@ uninstall_enlighten() {
esrcdir=$(cat "$HOME"/.cache/ebuilds/storepath)
- clear
- printf "\n\n$red_bright%s %s\n\n" "* UNINSTALLING ENLIGHTENMENT DESKTOP ENVIRONMENT *"
+clear
+ printf "\n\n$red_bright%s $off%s\n" "* UNINSTALLING ENLIGHTENMENT DESKTOP ENVIRONMENT *"
sleep 1
- printf "$red_bright%s $off%s\n\n" "You will be prompted to answer some basic questions..."
+ printf "\n%s\n\n" "You will be prompted to answer some basic questions..."
sleep 2
cd "$HOME"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.