]> git.pld-linux.org Git - packages/ggv.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:07 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ggv.spec -> 1.40

ggv.spec

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