From cab295b9f59f0168492c62df8913e5daa171df0d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 19 Oct 2006 15:05:41 +0000 Subject: Yet another "added three times" issue. --- lib/libalpm/add.c | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 05468177..bb704ae2 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -270,32 +270,6 @@ int _alpm_add_prepare(pmtrans_t *trans, pmdb_t *db, PMList **data) } EVENT(trans, PM_TRANS_EVT_CLEANUP_DONE, NULL, NULL); - /* Cleaning up - */ - EVENT(trans, PM_TRANS_EVT_CLEANUP_START, NULL, NULL); - _alpm_log(PM_LOG_FLOW1, _("cleaning up")); - for (lp=trans->packages; lp!=NULL; lp=lp->next) { - info=(pmpkg_t *)lp->data; - for (rmlist=info->removes; rmlist!=NULL; rmlist=rmlist->next) { - snprintf(rm_fname, PATH_MAX, "%s%s", handle->root, (char *)rmlist->data); - remove(rm_fname); - } - } - EVENT(trans, PM_TRANS_EVT_CLEANUP_DONE, NULL, NULL); - - /* Cleaning up - */ - EVENT(trans, PM_TRANS_EVT_CLEANUP_START, NULL, NULL); - _alpm_log(PM_LOG_FLOW1, _("cleaning up")); - for (lp=trans->packages; lp!=NULL; lp=lp->next) { - info=(pmpkg_t *)lp->data; - for (rmlist=info->removes; rmlist!=NULL; rmlist=rmlist->next) { - snprintf(rm_fname, PATH_MAX, "%s%s", handle->root, (char *)rmlist->data); - remove(rm_fname); - } - } - EVENT(trans, PM_TRANS_EVT_CLEANUP_DONE, NULL, NULL); - /* Check for file conflicts */ if(!(trans->flags & PM_TRANS_FLAG_FORCE)) { -- cgit v1.2.3-54-g00ecf