diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-12-19 02:49:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-12-19 03:05:04 +0100 |
commit | 34145f8176dbda8170684ae8fcdea0787a904f66 (patch) | |
tree | 2433ae5b037017b35b7a1f3a3eb41e13816923fe /dilos/core/tdebase/debian/ksmserver-trinity.postinst | |
parent | b73cc9eb4f7845482b7354719edb4e716f5d90c7 (diff) | |
download | tde-packaging-34145f8176dbda8170684ae8fcdea0787a904f66.tar.gz tde-packaging-34145f8176dbda8170684ae8fcdea0787a904f66.zip |
DEB: Automatically add ldconfig trigger if the package contains plugins.
As a result, it is no longer necessary to enforce ldconfig in postinst
and postrm scripts and this solves the problem with packages where the
ldconfig was not called after installation, but it was needed.
This resolves issue TDE/tdemultimedia#29.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/core/tdebase/debian/ksmserver-trinity.postinst')
-rw-r--r-- | dilos/core/tdebase/debian/ksmserver-trinity.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dilos/core/tdebase/debian/ksmserver-trinity.postinst b/dilos/core/tdebase/debian/ksmserver-trinity.postinst index f4b160056..e40921e73 100644 --- a/dilos/core/tdebase/debian/ksmserver-trinity.postinst +++ b/dilos/core/tdebase/debian/ksmserver-trinity.postinst @@ -26,9 +26,6 @@ case "$1" in x-session-manager /usr/bin/starttde 40 \ --slave /usr/share/man/man1/x-session-manager.1 \ x-session-manager.1 "/usr/share/man/man1/starttde.1" - - # force ldconfig due to tdeinit library -# ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) |