From efe91aaf9ad7a83c9590e7699338f40e275034b3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 7 Jul 2018 13:44:46 -0700 Subject: [PATCH] Drop unneeded ldconfig calls --- libXpresent.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXpresent.spec b/libXpresent.spec index 6329f22..f728644 100644 --- a/libXpresent.spec +++ b/libXpresent.spec @@ -42,9 +42,6 @@ make %{?_smp_mflags} make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %license COPYING %doc AUTHORS ChangeLog README