8a8645
From 755fef17815bf130f6b092b23a99d77bcf3963a1 Mon Sep 17 00:00:00 2001
8a8645
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
8a8645
Date: Wed, 13 May 2020 09:33:29 +0200
8a8645
Subject: [PATCH] remove old transition postscriptlet
8a8645
8a8645
I think that after nine years, we can safely assume everyone done this migration.
8a8645
---
8a8645
 abrt.spec.in | 4 ----
8a8645
 1 file changed, 4 deletions(-)
8a8645
8a8645
diff --git a/abrt.spec.in b/abrt.spec.in
8a8645
index 4c01fffe6..f8cebffe3 100644
8a8645
--- a/abrt.spec.in
8a8645
+++ b/abrt.spec.in
8a8645
@@ -694,10 +694,6 @@ exit 0
8a8645
 %systemd_post abrtd.service
8a8645
 
8a8645
 %post addon-ccpp
8a8645
-# this is required for transition from 1.1.x to 2.x
8a8645
-# because /cache/abrt-di/* was created under root with root:root
8a8645
-# so 2.x fails when it tries to extract debuginfo there..
8a8645
-chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
8a8645
 %systemd_post abrt-ccpp.service
8a8645
 %systemd_post abrt-journal-core.service
8a8645
 %journal_catalog_update
8a8645
-- 
8a8645
2.21.3
8a8645