#2 Remove ldconfig calls.
Closed 5 years ago by spot. Opened 5 years ago by tibbs.
Unknown source ldconfig  into  master

file modified
-3
@@ -6689,9 +6689,6 @@

  /sbin/install-info %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null

  :

  

- %post -n %{shortname}-lib -p /sbin/ldconfig

- %postun -n %{shortname}-lib -p /sbin/ldconfig

- 

  %post -n %{shortname}-lollipop

  if [ $1 -gt 0 ] ; then

  sed -i 's/^\#\!\ lollipop.*$/lollipop pdftex - -translate-file=cp227.tcx *lollipop.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf

It is no longer necessary to call ldconfig explicitly in F28+, but there was still one instance in texlive-base.

Note that I'm assuming that master won't be pulled back into F27, as ldconfig (and the info stuff from the other PR) are still needed there. I can instead make thing compatible across all releases if you prefer.

I did this change manually, since it doesn't merge after PR#1.

Pull-Request has been closed by spot

5 years ago