diff --git a/epson-inkjet-printer-escpr.changes b/epson-inkjet-printer-escpr.changes index 0cb4327..a0560ae 100644 --- a/epson-inkjet-printer-escpr.changes +++ b/epson-inkjet-printer-escpr.changes @@ -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 diff --git a/epson-inkjet-printer-escpr.spec b/epson-inkjet-printer-escpr.spec index 84f35a8..8fba17c 100644 --- a/epson-inkjet-printer-escpr.spec +++ b/epson-inkjet-printer-escpr.spec @@ -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.