SW: drop backuppc from GRML_FULL (too big, currently uninstallable, not that relevant...
authorMichael Prokop <mika@grml.org>
Mon, 9 May 2011 10:43:27 +0000 (12:43 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 9 May 2011 10:43:27 +0000 (12:43 +0200)
etc/grml/fai/config/package_config/GRML_FULL
etc/grml/fai/grml/grml_cleanup_chroot

index 673ca7a..6337263 100644 (file)
@@ -189,7 +189,6 @@ awesome
 axel
 backup2l
 backup-manager
-backuppc
 bacula-common
 bacula-console
 bacula-fd
index f6fc85f..2ad900b 100755 (executable)
@@ -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 {} \;