- 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:
parent
9c6917ee1e
commit
21d1bdd917
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user