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

6
upgrade/post_upgrade/01-bacula Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Purge des paquets bacula (#14933)
if [ -n "$(dpkg -l eole-bacula | grep ^rc)" ];then
apt-get remove --purge -y --force-yes bacula-common bacula-common-sqlite3 bacula-console bacula-director-common bacula-director-sqlite3 bacula-fd bacula-sd eole-bacula
fi