]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- use macros in %{pre,post}{,un}
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 16:31:01 +0000 (16:31 +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:
    texinfo.spec -> 1.46

texinfo.spec

index 2641cc300d78a7e6f75cd3daf74e6fe19da55636..b344c5563f10f0612efad584fd6c667444f64d85 100644 (file)
@@ -144,10 +144,10 @@ gzip -9nf ChangeLog INTRODUCTION NEWS README info/README
 %find_lang %{name}
 
 %post
 %find_lang %{name}
 
 %post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%fix_info_dir
 
 %postun
 
 %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
 
 %post -n info
 /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
This page took 0.040933 seconds and 4 git commands to generate.