diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 18:37:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 18:37:02 +0900 |
commit | 285b33853b7a4a896eba13deb67425bb16735ed3 (patch) | |
tree | ba5ee85ec6313769fd9be861b47bce726fcc9fc4 /ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst | |
parent | 401395bf04f14965ee63e9d05ee12e627a786760 (diff) | |
download | tde-packaging-285b33853b7a4a896eba13deb67425bb16735ed3.tar.gz tde-packaging-285b33853b7a4a896eba13deb67425bb16735ed3.zip |
DEB/UBU: make kmrml deprecated in R14.1 series.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst b/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst deleted file mode 100644 index 62563a4a4..000000000 --- a/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# postinst script for kmrml-trinity - -set -e - -if [ "$1" = "configure" ] ; then - # force ldconfig due to tdeinit library - ldconfig -fi - -#DEBHELPER# - -exit 0 |