diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-13 16:22:25 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-13 16:22:25 +0100 |
commit | 05452054adc17e389b1a7b3a757ee32f16f5f710 (patch) | |
tree | 9b6a55c462848cb4605ef477a90c3f73bc8c00c7 /ubuntu/_base/applications/system/kpowersave/debian/postinst | |
parent | bf0d3901af8a1f6bd3a37cbbfa8e569e46afa707 (diff) | |
download | tde-packaging-05452054adc17e389b1a7b3a757ee32f16f5f710.tar.gz tde-packaging-05452054adc17e389b1a7b3a757ee32f16f5f710.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/postinst | 13 |
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 |