From 05452054adc17e389b1a7b3a757ee32f16f5f710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 13 Feb 2022 16:22:25 +0100 Subject: DEB kpowersave: Remove packaging files because it is no longer part of the main tree. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/applications/system/kpowersave/debian/postinst | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ubuntu/_base/applications/system/kpowersave/debian/postinst (limited to 'ubuntu/_base/applications/system/kpowersave/debian/postinst') 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 -- cgit v1.2.1