From 02483c04a5640696bc38c5ce57180c9541e7eea4 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 30 Jan 2006 23:22:32 +0000 Subject: [PATCH] try using %preun, instead of %postun, to rm config --- graphviz.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.spec.in b/graphviz.spec.in index de3345618..e17bee132 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -405,7 +405,7 @@ rm -rf $RPM_BUILD_ROOT %post %{_bindir}/dot -c -%postun +%preun rm -f %{_libdir}/%{name}/config %changelog -- 2.40.0