From a04a81b28ff6e1d8685e4916d83c3f020ce0db2d 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 (cherry picked from commit ae112f4eb26973595ecc8e017b9470d24c2c5476) --- debian/squeeze/applications/kerry/debian/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/squeeze/applications/kerry') diff --git a/debian/squeeze/applications/kerry/debian/postinst b/debian/squeeze/applications/kerry/debian/postinst index 98c4063a3..d0ff50431 100644 --- a/debian/squeeze/applications/kerry/debian/postinst +++ b/debian/squeeze/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