From dd0a773b864c316dda953ca4fdca43292c733e00 Mon Sep 17 00:00:00 2001 From: saq Date: Wed, 25 Jul 2001 16:31:01 +0000 Subject: [PATCH] - use macros in %{pre,post}{,un} - need rebuilt rpm (with new macros.pld) to build these Changed files: texinfo.spec -> 1.46 --- texinfo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texinfo.spec b/texinfo.spec index 2641cc3..b344c55 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -144,10 +144,10 @@ gzip -9nf ChangeLog INTRODUCTION NEWS README info/README %find_lang %{name} %post -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 +%fix_info_dir %postun -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 +%fix_info_dir %post -n info /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 -- 2.43.0