Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1828df442a
commit
ee7c9f3738
@ -50,9 +50,7 @@ for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done
|
||||
(cd example && make clean && rm -rf .deps && rm Makefile)
|
||||
rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user