- Using "-p /sbin/ldconfig" option in post/postun

see the "Shared_libraries" section in
  http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets

OBS-URL: https://build.opensuse.org/package/show/Printing/epson-inkjet-printer-escpr?expand=0&rev=2
This commit is contained in:
Johannes Meixner 2011-10-04 08:02:48 +00:00 committed by Git OBS Bridge
parent 9c6917ee1e
commit 21d1bdd917
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 4 09:55:34 CEST 2011 - jsmeix@suse.de
- Using "-p /sbin/ldconfig" option in post/postun
see the "Shared_libraries" section in
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
-------------------------------------------------------------------
Tue Sep 27 11:32:17 CEST 2011 - jsmeix@suse.de

View File

@ -112,13 +112,9 @@ done
set -x
popd
%post
/sbin/ldconfig
exit 0
%post -p /sbin/ldconfig
%postun
/sbin/ldconfig
exit 0
%postun -p /sbin/ldconfig
# The files sections list all mandatory files explicitely one by one.
# In particular all executables are listed explicitely.