From eb7183200e94fffebb19d1c291f23effa50072d1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Nov 2013 14:06:39 -0600 Subject: Call ldconfig after installing tdepowersave-trinity on Debian and Ubuntu This resolves Bug 1694 --- .../tdepowersave/debian/tdepowersave-trinity.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst (limited to 'ubuntu/precise/applications') diff --git a/ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst b/ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst new file mode 100644 index 000000000..6f092476e --- /dev/null +++ b/ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst @@ -0,0 +1,12 @@ +#!/bin/sh +# postinst script for tdepowersave-trinity + +set -e + +if [ "$1" = "configure" ] ; then + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3