for creole's zephir2 branch
This commit is contained in:
6
upgrade/post_upgrade/01-bacula
Executable file
6
upgrade/post_upgrade/01-bacula
Executable 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
|
Reference in New Issue
Block a user