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

aalib.spec

index 657c234082a1fb57401520cd041785a824d8e9b5..78e70f0611e55d4999a33d67163baaff069bbb87 100644 (file)
@@ -114,10 +114,10 @@ gzip -9nf README NEWS AUTHORS ANNOUNCE 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.067486 seconds and 4 git commands to generate.