diff options
Diffstat (limited to 'redhat/dependencies/arts/trinity-arts-3.5.13.spec')
-rwxr-xr-x | redhat/dependencies/arts/trinity-arts-3.5.13.spec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/redhat/dependencies/arts/trinity-arts-3.5.13.spec b/redhat/dependencies/arts/trinity-arts-3.5.13.spec index 9b42341fe..e497cafb2 100755 --- a/redhat/dependencies/arts/trinity-arts-3.5.13.spec +++ b/redhat/dependencies/arts/trinity-arts-3.5.13.spec @@ -122,6 +122,19 @@ cd build %clean %__rm -rf %{?buildroot} +%post +/sbin/ldconfig || : + +%postun +/sbin/ldconfig || : + +%post devel +/sbin/ldconfig || : + +%postun devel +/sbin/ldconfig || : + + %files %defattr(-,root,root,-) %doc COPYING.LIB |