diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-27 02:26:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-27 02:27:30 +0100 |
commit | a04a81b28ff6e1d8685e4916d83c3f020ce0db2d (patch) | |
tree | d7e069cc3fbbe31ce51b2472eef384915e4381d5 /ubuntu/maverick/applications/kerry | |
parent | 65926f5a7708f22a08f4799efb61745d18a0eb06 (diff) | |
download | tde-packaging-a04a81b28ff6e1d8685e4916d83c3f020ce0db2d.tar.gz tde-packaging-a04a81b28ff6e1d8685e4916d83c3f020ce0db2d.zip |
Force ldconfig due to tdeinit library on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ae112f4eb26973595ecc8e017b9470d24c2c5476)
Diffstat (limited to 'ubuntu/maverick/applications/kerry')
-rw-r--r-- | ubuntu/maverick/applications/kerry/debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/postinst b/ubuntu/maverick/applications/kerry/debian/postinst index 98c4063a3..d0ff50431 100644 --- a/ubuntu/maverick/applications/kerry/debian/postinst +++ b/ubuntu/maverick/applications/kerry/debian/postinst @@ -4,6 +4,7 @@ set -e if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library ldconfig fi |