diff options
author | Slávek Banko <[email protected]> | 2023-12-19 02:49:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-12-19 03:05:04 +0100 |
commit | 34145f8176dbda8170684ae8fcdea0787a904f66 (patch) | |
tree | 2433ae5b037017b35b7a1f3a3eb41e13816923fe /dilos/core/tdebase/debian/kdesktop-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 <[email protected]>
Diffstat (limited to 'dilos/core/tdebase/debian/kdesktop-trinity.postinst')
-rw-r--r-- | dilos/core/tdebase/debian/kdesktop-trinity.postinst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dilos/core/tdebase/debian/kdesktop-trinity.postinst b/dilos/core/tdebase/debian/kdesktop-trinity.postinst deleted file mode 100644 index 65da715e5..000000000 --- a/dilos/core/tdebase/debian/kdesktop-trinity.postinst +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# postinst script for kdesktop-trinity - -set -e -if [ "${BASEDIR:=/}" = "/" ]; then - BASEDIR="" -fi - -#if [ "$1" = "configure" ] ; then - # force ldconfig due to tdeinit library -# ldconfig -#fi - -#DEBHELPER# - -exit 0 |