diff options
author | Michele Calgaro <[email protected]> | 2020-02-09 19:09:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-09 19:19:28 +0900 |
commit | 75c1a9e97b7e0bac3c335719729a479b09fa736e (patch) | |
tree | 007bd4868242dccfe47af49102fce1f48906f750 /ubuntu/_base/applications/kerry/debian/postinst | |
parent | 346b535e892fa3fc3e8ccfb944b19b569e38b6d0 (diff) | |
download | tde-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/postinst | 13 |
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 |