]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- use macros in %{pre,post}{,un}
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 16:30:44 +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:
    g-wrap.spec -> 1.11

g-wrap.spec

index 340951e293f76fa765658b7731174d4eb92d17af..b5fea3eeb59c9529b977488c2d62d7b8c377362e 100644 (file)
@@ -64,10 +64,10 @@ gzip -9nf NEWS README ChangeLog
 %postun -p /sbin/ldconfig
 
 %post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%fix_info_dir
  
 %postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%fix_info_dir
 
 %files
 %defattr(644,root,root,755)
This page took 0.183963 seconds and 4 git commands to generate.