]> git.pld-linux.org Git - packages/ggv.git/commitdiff
- use macros in %{pre,post}{,un}
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 16:30:45 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- need rebuilt rpm (with new macros.pld) to build these

Changed files:
    ggv.spec -> 1.39

ggv.spec

index 1244122071c62b74c2695afe210881acc9057f7b..88619af100179a183807c1608deaea8ec6ef8838 100644 (file)
--- a/ggv.spec
+++ b/ggv.spec
@@ -65,11 +65,11 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 %find_lang %{name} --with-gnome
 
 %post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} > /dev/null 2>&1
+%fix_info_dir
 /usr/bin/scrollkeeper-update
 
 %postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} > /dev/null 2>&1                                                                                             
+%fix_info_dir
 /usr/bin/scrollkeeper-update
 
 %clean
This page took 0.063928 seconds and 4 git commands to generate.