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/kpowersave/debian/postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ubuntu/maverick/applications/kpowersave/debian/postinst (limited to 'ubuntu/maverick/applications/kpowersave') diff --git a/ubuntu/maverick/applications/kpowersave/debian/postinst b/ubuntu/maverick/applications/kpowersave/debian/postinst new file mode 100644 index 000000000..cf7c41189 --- /dev/null +++ b/ubuntu/maverick/applications/kpowersave/debian/postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kpowersave-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3