for creole's zephir2 branch

This commit is contained in:
2019-11-23 08:17:35 +01:00
commit 841643e76e
700 changed files with 68183 additions and 0 deletions

9
upgrade/post_upgrade/00-common Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#suppression des fichiers du type : /usr/share/eole/mysql_pwd.pyc
find /usr/share/eole -name "*.pyc" -delete
#suppression du lien symbolique ajouté pour Upgrade-Auto 2.4
[ -L /usr/bin/Upgrade-Auto ] && rm -f /usr/bin/Upgrade-Auto
exit 0