From b023489b72a11622cc293d0f388c14709b9628f5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 9 May 2011 12:43:27 +0200 Subject: [PATCH] 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. --- etc/grml/fai/config/package_config/GRML_FULL | 1 - etc/grml/fai/grml/grml_cleanup_chroot | 7 ------- 2 files changed, 8 deletions(-) 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 {} \; -- 2.1.4