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

dmalloc.spec

index d63918ba8940d54bbb04ccb5d91318257e358e6d..4d438669668d33758417dd24fe5f11558c42bd47 100644 (file)
@@ -54,11 +54,11 @@ gzip -9nf README NEWS ChangeLog
 
 %post
 /sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%fix_info_dir
 
 %postun
 /sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%fix_info_dir
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.184558 seconds and 4 git commands to generate.