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

libgtop.spec

index f3f647f3d319b5dcb8cdff919704940de6fb86e9..dce94cb86c5b4f6970e244d98bf86aad1a80d2ce 100644 (file)
@@ -98,10 +98,10 @@ rm -rf $RPM_BUILD_ROOT
 %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 -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.06718 seconds and 4 git commands to generate.