]> git.pld-linux.org Git - packages/gdbm18.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:
    gdbm18.spec -> 1.44

gdbm18.spec

index 5f8f08d93044b4733674f2272254a9e1092d056b..cf134e6d0bf1b0edef9399b7e9832e15c64eee81 100644 (file)
@@ -133,10 +133,10 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
 %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.115937 seconds and 4 git commands to generate.