diff options
author | Slávek Banko <[email protected]> | 2015-03-27 02:26:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-03-27 02:26:44 +0100 |
commit | ae112f4eb26973595ecc8e017b9470d24c2c5476 (patch) | |
tree | 7e9dc00a4fc93bdbf8a63690f9bd6e6f76bfe9a6 /ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst | |
parent | 7b7a5049a9808f028273a876d8d2f6f11d4ada9c (diff) | |
download | tde-packaging-ae112f4eb26973595ecc8e017b9470d24c2c5476.tar.gz tde-packaging-ae112f4eb26973595ecc8e017b9470d24c2c5476.zip |
Force ldconfig due to tdeinit library on Debian and Ubuntu
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst index f5d73b934..eee248305 100644 --- a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst @@ -23,7 +23,9 @@ case "$1" in x-session-manager /opt/trinity/bin/starttde 40 \ --slave /opt/trinity/share/man/man1/x-session-manager.1.gz \ x-session-manager.1.gz "/opt/trinity/share/man/man1/starttde-trinity.1.gz" - + + # force ldconfig due to tdeinit library + ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) |