- 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
|
Tue Sep 27 11:32:17 CEST 2011 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -112,13 +112,9 @@ done
|
|||||||
set -x
|
set -x
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
# The files sections list all mandatory files explicitely one by one.
|
# The files sections list all mandatory files explicitely one by one.
|
||||||
# In particular all executables are listed explicitely.
|
# In particular all executables are listed explicitely.
|
||||||
|
Loading…
Reference in New Issue
Block a user