summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/system/kpowersave/debian/postinst
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-13 16:22:25 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-13 16:22:25 +0100
commit05452054adc17e389b1a7b3a757ee32f16f5f710 (patch)
tree9b6a55c462848cb4605ef477a90c3f73bc8c00c7 /ubuntu/_base/applications/system/kpowersave/debian/postinst
parentbf0d3901af8a1f6bd3a37cbbfa8e569e46afa707 (diff)
downloadtde-packaging-05452054.tar.gz
tde-packaging-05452054.zip
DEB kpowersave: Remove packaging files because it is no longer part of the main tree.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/system/kpowersave/debian/postinst')
-rw-r--r--ubuntu/_base/applications/system/kpowersave/debian/postinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/_base/applications/system/kpowersave/debian/postinst b/ubuntu/_base/applications/system/kpowersave/debian/postinst
deleted file mode 100644
index cf7c41189..000000000
--- a/ubuntu/_base/applications/system/kpowersave/debian/postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# postinst script for kpowersave-trinity
-
-set -e
-
-if [ "$1" = "configure" ] ; then
- # force ldconfig due to tdeinit library
- ldconfig
-fi
-
-#DEBHELPER#
-
-exit 0