diff options
Diffstat (limited to 'ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst')
-rw-r--r-- | ubuntu/precise/applications/tdepowersave/debian/tdepowersave-trinity.postinst | 12 |
1 files changed, 12 insertions, 0 deletions
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 |