From bd72eef4a4458f8d2e52609d7b6cf3efe12a0177 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 4 Jul 2021 21:06:02 +0900 Subject: Rearranged applications folder into sub categories. Signed-off-by: Michele Calgaro --- .../tdepowersave/debian/tdepowersave-trinity.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ubuntu/_base/applications/system/tdepowersave/debian/tdepowersave-trinity.postinst (limited to 'ubuntu/_base/applications/system/tdepowersave/debian/tdepowersave-trinity.postinst') diff --git a/ubuntu/_base/applications/system/tdepowersave/debian/tdepowersave-trinity.postinst b/ubuntu/_base/applications/system/tdepowersave/debian/tdepowersave-trinity.postinst new file mode 100644 index 000000000..a00246bd9 --- /dev/null +++ b/ubuntu/_base/applications/system/tdepowersave/debian/tdepowersave-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for tdepowersave-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.1