From 75c1a9e97b7e0bac3c335719729a479b09fa736e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Feb 2020 19:09:57 +0900 Subject: Kerry has been removed from TDE. Signed-off-by: Michele Calgaro --- ubuntu/_base/applications/kerry/debian/postinst | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ubuntu/_base/applications/kerry/debian/postinst (limited to 'ubuntu/_base/applications/kerry/debian/postinst') 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 -- cgit v1.2.1