From ae112f4eb26973595ecc8e017b9470d24c2c5476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 27 Mar 2015 02:26:44 +0100 Subject: Force ldconfig due to tdeinit library on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/applications/kerry/debian/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'ubuntu/maverick/applications/kerry') 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 -- cgit v1.2.1