summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/tdepowersave/debian/tdepowersave-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lenny/applications/tdepowersave/debian/tdepowersave-trinity.postinst')
-rw-r--r--debian/lenny/applications/tdepowersave/debian/tdepowersave-trinity.postinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/lenny/applications/tdepowersave/debian/tdepowersave-trinity.postinst b/debian/lenny/applications/tdepowersave/debian/tdepowersave-trinity.postinst
deleted file mode 100644
index a00246bd9..000000000
--- a/debian/lenny/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