summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/kerry/debian/postinst
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-02-09 19:09:57 +0900
committerMichele Calgaro <[email protected]>2020-02-09 19:19:28 +0900
commit75c1a9e97b7e0bac3c335719729a479b09fa736e (patch)
tree007bd4868242dccfe47af49102fce1f48906f750 /ubuntu/_base/applications/kerry/debian/postinst
parent346b535e892fa3fc3e8ccfb944b19b569e38b6d0 (diff)
downloadtde-packaging-75c1a9e97b7e0bac3c335719729a479b09fa736e.tar.gz
tde-packaging-75c1a9e97b7e0bac3c335719729a479b09fa736e.zip
Kerry has been removed from TDE.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/kerry/debian/postinst')
-rw-r--r--ubuntu/_base/applications/kerry/debian/postinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/_base/applications/kerry/debian/postinst b/ubuntu/_base/applications/kerry/debian/postinst
deleted file mode 100644
index d0ff50431..000000000
--- a/ubuntu/_base/applications/kerry/debian/postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# postinst script for kerry-trinity
-
-set -e
-
-if [ "$1" = "configure" ] ; then
- # force ldconfig due to tdeinit library
- ldconfig
-fi
-
-#DEBHELPER#
-
-exit 0