summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/transaction.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/transaction.c b/lib/transaction.c
index 1ed1f220b..82d570c62 100644
--- a/lib/transaction.c
+++ b/lib/transaction.c
@@ -759,17 +759,6 @@ static void skipInstallFiles(const rpmts ts, rpmte p)
ix = rpmfiDX(fi);
drc[ix]++;
- /*
- * Always skip %ghosts on install.
- * XXX: Should we skip directory creation if there are only
- * %ghosts in it? Traditionally we create the (empty) directory, so
- * preserving that behavior for now at least: leave the refcount alone.
- */
- if (rpmfiFFlags(fi) & RPMFILE_GHOST) {
- rpmfsSetAction(fs, i, FA_SKIP);
- continue;
- }
-
/* Don't bother with skipped files */
if (XFA_SKIPPING(rpmfsGetAction(fs, i))) {
drc[ix]--; dff[ix] = 1;