From 2c9fb3e602f72de819b27101c4540ddd2ae10c42a82120ac824ddbfa432fbaae Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 17 Dec 2023 10:55:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=142 --- julia.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/julia.spec b/julia.spec index 5b16ce2..37945ee 100644 --- a/julia.spec +++ b/julia.spec @@ -454,10 +454,10 @@ if [ ! -f %{_bindir}/julia-base ] ; then fi %{_sbindir}/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig -%post %{libname} -p /sbin/ldconfig -%postun %{libname} -p /sbin/ldconfig +%post devel -p %{_sbindir}/ldconfig +%postun devel -p %{_sbindir}/ldconfig +%post -n %{libname} -p %{_sbindir}/ldconfig +%postun -n %{libname} -p %{_sbindir}/ldconfig %files %doc CONTRIBUTING.md NEWS.md README.md