From 719e577c5ac64175a7fa771de41a943ff2909bf4 Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 6 Jan 1996 23:33:45 +0000 Subject: [PATCH] reversed order of pre/preun post/postun checking CVS patchset: 151 CVS date: 1996/01/06 23:33:45 --- build/spec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/spec.c b/build/spec.c index 9fcef95..4e2b39a 100644 --- a/build/spec.c +++ b/build/spec.c @@ -463,10 +463,10 @@ static struct part_rec { {BUILD_PART, 0, "%build"}, {INSTALL_PART, 0, "%install"}, {CLEAN_PART, 0, "%clean"}, - {PREIN_PART, 0, "%pre"}, - {POSTIN_PART, 0, "%post"}, {PREUN_PART, 0, "%preun"}, {POSTUN_PART, 0, "%postun"}, + {PREIN_PART, 0, "%pre"}, + {POSTIN_PART, 0, "%post"}, {FILES_PART, 0, "%files"}, {CHANGELOG_PART, 0, "%changelog"}, {0, 0, 0} -- 2.7.4