From ae112f4eb26973595ecc8e017b9470d24c2c5476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 27 Mar 2015 02:26:44 +0100 Subject: Force ldconfig due to tdeinit library on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/applications/kerry/debian/postinst | 1 + ubuntu/maverick/applications/kpowersave/debian/postinst | 13 +++++++++++++ .../tdepowersave/debian/tdepowersave-trinity.postinst | 1 + ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdebase/debian/khelpcenter-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdebase/debian/klipper-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdebase/debian/kmenuedit-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdebase/debian/konsole-trinity.postinst | 3 +++ ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst | 4 +++- ubuntu/maverick/tdebase/debian/tdeprint-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdenetwork/debian/kdict-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdenetwork/debian/ksirc-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdesdk/debian/cervisia-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdetoys/debian/kweather-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdeutils/debian/ark-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdeutils/debian/kedit-trinity.postinst | 13 +++++++++++++ ubuntu/maverick/tdeutils/debian/tdelirc-trinity.postinst | 13 +++++++++++++ 19 files changed, 203 insertions(+), 1 deletion(-) create mode 100644 ubuntu/maverick/applications/kpowersave/debian/postinst create mode 100644 ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst create mode 100644 ubuntu/maverick/tdebase/debian/khelpcenter-trinity.postinst create mode 100644 ubuntu/maverick/tdebase/debian/klipper-trinity.postinst create mode 100644 ubuntu/maverick/tdebase/debian/kmenuedit-trinity.postinst create mode 100644 ubuntu/maverick/tdebase/debian/tdeprint-trinity.postinst create mode 100644 ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst create mode 100644 ubuntu/maverick/tdenetwork/debian/kdict-trinity.postinst create mode 100644 ubuntu/maverick/tdenetwork/debian/ksirc-trinity.postinst create mode 100644 ubuntu/maverick/tdesdk/debian/cervisia-trinity.postinst create mode 100644 ubuntu/maverick/tdetoys/debian/kweather-trinity.postinst create mode 100644 ubuntu/maverick/tdeutils/debian/ark-trinity.postinst create mode 100644 ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst create mode 100644 ubuntu/maverick/tdeutils/debian/kedit-trinity.postinst create mode 100644 ubuntu/maverick/tdeutils/debian/tdelirc-trinity.postinst (limited to 'ubuntu/maverick') diff --git a/ubuntu/maverick/applications/kerry/debian/postinst b/ubuntu/maverick/applications/kerry/debian/postinst index 98c4063a3..d0ff50431 100644 --- a/ubuntu/maverick/applications/kerry/debian/postinst +++ b/ubuntu/maverick/applications/kerry/debian/postinst @@ -4,6 +4,7 @@ set -e if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library ldconfig fi diff --git a/ubuntu/maverick/applications/kpowersave/debian/postinst b/ubuntu/maverick/applications/kpowersave/debian/postinst new file mode 100644 index 000000000..cf7c41189 --- /dev/null +++ b/ubuntu/maverick/applications/kpowersave/debian/postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kpowersave-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/applications/tdepowersave/debian/tdepowersave-trinity.postinst b/ubuntu/maverick/applications/tdepowersave/debian/tdepowersave-trinity.postinst index 6f092476e..a00246bd9 100644 --- a/ubuntu/maverick/applications/tdepowersave/debian/tdepowersave-trinity.postinst +++ b/ubuntu/maverick/applications/tdepowersave/debian/tdepowersave-trinity.postinst @@ -4,6 +4,7 @@ set -e if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library ldconfig fi diff --git a/ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst b/ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst new file mode 100644 index 000000000..0b3eb0b52 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/kdesktop-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kdesktop-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdebase/debian/khelpcenter-trinity.postinst b/ubuntu/maverick/tdebase/debian/khelpcenter-trinity.postinst new file mode 100644 index 000000000..b6b0656b7 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/khelpcenter-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for khelpcenter-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdebase/debian/klipper-trinity.postinst b/ubuntu/maverick/tdebase/debian/klipper-trinity.postinst new file mode 100644 index 000000000..b2c57de01 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/klipper-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for klipper-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdebase/debian/kmenuedit-trinity.postinst b/ubuntu/maverick/tdebase/debian/kmenuedit-trinity.postinst new file mode 100644 index 000000000..b3a79cc14 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/kmenuedit-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kmenuedit-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst b/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst index 72cf40e83..d7225354d 100644 --- a/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst @@ -21,6 +21,9 @@ case "$1" in configure) update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /opt/trinity/bin/konsole 35 \ --slave /opt/trinity/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /opt/trinity/share/man/man1/konsole-trinity.1.gz + + # force ldconfig due to tdeinit library + ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst index f5d73b934..eee248305 100644 --- a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst @@ -23,7 +23,9 @@ case "$1" in x-session-manager /opt/trinity/bin/starttde 40 \ --slave /opt/trinity/share/man/man1/x-session-manager.1.gz \ x-session-manager.1.gz "/opt/trinity/share/man/man1/starttde-trinity.1.gz" - + + # force ldconfig due to tdeinit library + ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/ubuntu/maverick/tdebase/debian/tdeprint-trinity.postinst b/ubuntu/maverick/tdebase/debian/tdeprint-trinity.postinst new file mode 100644 index 000000000..c812a9390 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/tdeprint-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for tdeprint-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst b/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst new file mode 100644 index 000000000..62563a4a4 --- /dev/null +++ b/ubuntu/maverick/tdegraphics/debian/kmrml-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kmrml-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdenetwork/debian/kdict-trinity.postinst b/ubuntu/maverick/tdenetwork/debian/kdict-trinity.postinst new file mode 100644 index 000000000..5076ff321 --- /dev/null +++ b/ubuntu/maverick/tdenetwork/debian/kdict-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kdict-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdenetwork/debian/ksirc-trinity.postinst b/ubuntu/maverick/tdenetwork/debian/ksirc-trinity.postinst new file mode 100644 index 000000000..1ee118baa --- /dev/null +++ b/ubuntu/maverick/tdenetwork/debian/ksirc-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for ksirc-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdesdk/debian/cervisia-trinity.postinst b/ubuntu/maverick/tdesdk/debian/cervisia-trinity.postinst new file mode 100644 index 000000000..800a596bf --- /dev/null +++ b/ubuntu/maverick/tdesdk/debian/cervisia-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for cervisia-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdetoys/debian/kweather-trinity.postinst b/ubuntu/maverick/tdetoys/debian/kweather-trinity.postinst new file mode 100644 index 000000000..99a084399 --- /dev/null +++ b/ubuntu/maverick/tdetoys/debian/kweather-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kweather-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdeutils/debian/ark-trinity.postinst b/ubuntu/maverick/tdeutils/debian/ark-trinity.postinst new file mode 100644 index 000000000..b919d035f --- /dev/null +++ b/ubuntu/maverick/tdeutils/debian/ark-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for ark-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst b/ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst new file mode 100644 index 000000000..6cf1c841c --- /dev/null +++ b/ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kcalc-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdeutils/debian/kedit-trinity.postinst b/ubuntu/maverick/tdeutils/debian/kedit-trinity.postinst new file mode 100644 index 000000000..1fa143a43 --- /dev/null +++ b/ubuntu/maverick/tdeutils/debian/kedit-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kedit-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/ubuntu/maverick/tdeutils/debian/tdelirc-trinity.postinst b/ubuntu/maverick/tdeutils/debian/tdelirc-trinity.postinst new file mode 100644 index 000000000..9119d5017 --- /dev/null +++ b/ubuntu/maverick/tdeutils/debian/tdelirc-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for tdelirc-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3