]> git.pld-linux.org Git - packages/gdbm.git/blobdiff - gdbm.spec
- reverting last change: removing new macros from %p{re,ost}{,un}
[packages/gdbm.git] / gdbm.spec
index cf134e6d0bf1b0edef9399b7e9832e15c64eee81..5f8f08d93044b4733674f2272254a9e1092d056b 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -133,10 +133,10 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
 %postun -p /sbin/ldconfig
 
 %post devel
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun devel
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.065068 seconds and 4 git commands to generate.