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