diff --git a/gpm.spec b/gpm.spec index e59a9b3..36e2246 100644 --- a/gpm.spec +++ b/gpm.spec @@ -126,17 +126,11 @@ rm -rf %{buildroot}%{_mandir} %ifnarch s390 s390x %systemd_post gpm.service %endif -if [ -e %{_infodir}/gpm.info.gz ]; then - /sbin/install-info %{_infodir}/gpm.info.gz %{_infodir}/dir || : -fi %preun %ifnarch s390 s390x %systemd_preun gpm.service %endif -if [ $1 = 0 -a -e %{_infodir}/gpm.info.gz ]; then - /sbin/install-info %{_infodir}/gpm.info.gz --delete %{_infodir}/dir || : -fi %postun %ifnarch s390 s390x