diff options
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 |