summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/kerry/debian/postinst
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-27 02:26:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-27 02:27:30 +0100
commita04a81b28ff6e1d8685e4916d83c3f020ce0db2d (patch)
treed7e069cc3fbbe31ce51b2472eef384915e4381d5 /debian/lenny/applications/kerry/debian/postinst
parent65926f5a7708f22a08f4799efb61745d18a0eb06 (diff)
downloadtde-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 'debian/lenny/applications/kerry/debian/postinst')
-rw-r--r--debian/lenny/applications/kerry/debian/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/lenny/applications/kerry/debian/postinst b/debian/lenny/applications/kerry/debian/postinst
index 98c4063a3..d0ff50431 100644
--- a/debian/lenny/applications/kerry/debian/postinst
+++ b/debian/lenny/applications/kerry/debian/postinst
@@ -4,6 +4,7 @@
set -e
if [ "$1" = "configure" ] ; then
+ # force ldconfig due to tdeinit library
ldconfig
fi