diff options
Diffstat (limited to 'ubuntu/raring/applications/tdepowersave/debian/tdepowersave-trinity.postinst')
-rw-r--r-- | ubuntu/raring/applications/tdepowersave/debian/tdepowersave-trinity.postinst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ubuntu/raring/applications/tdepowersave/debian/tdepowersave-trinity.postinst b/ubuntu/raring/applications/tdepowersave/debian/tdepowersave-trinity.postinst deleted file mode 100644 index 6f092476e..000000000 --- a/ubuntu/raring/applications/tdepowersave/debian/tdepowersave-trinity.postinst +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# postinst script for tdepowersave-trinity - -set -e - -if [ "$1" = "configure" ] ; then - ldconfig -fi - -#DEBHELPER# - -exit 0 |