From: Michael Prokop Date: Mon, 9 May 2011 10:43:27 +0000 (+0200) Subject: SW: drop backuppc from GRML_FULL (too big, currently uninstallable, not that relevant... X-Git-Tag: v0.13.3~24 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b023489b72a11622cc293d0f388c14709b9628f5;ds=sidebyside SW: drop backuppc from GRML_FULL (too big, currently uninstallable, not that relevant on live system). Drop according /var/lib/backuppc removal from grml_cleanup_chroot. --- diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 673ca7a..6337263 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -189,7 +189,6 @@ awesome axel backup2l backup-manager -backuppc bacula-common bacula-console bacula-fd diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index f6fc85f..2ad900b 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -100,13 +100,6 @@ else ewarn "localepurg not available" ; eend 0 fi -if [ -d /var/lib/backuppc/pc/localhost/ ] ; then - einfo "Cleaning /var/lib/backuppc/pc/localhost/" - rm -rf /var/lib/backuppc/pc/localhost/* ; eend $? -else - ewarn "backuppc not installed" ; eend 0 -fi - # find /var -name \*.pid einfo "Removing pid-files" find /var/run -name \*.pid -exec rm {} \;