From 1b1b930017ab6042afa207402f5563d3ffb77445 Mon Sep 17 00:00:00 2001 From: Vitaly Repin Date: Sun, 20 Dec 2009 15:57:13 +0200 Subject: [PATCH] /usr/bin/gnuplot symlinks packageing problems were fixed gor gnuplot-x11 pkg --- debian/gnuplot-doc.postinst.debhelper | 20 ++++++++++++++++++++ debian/gnuplot-doc.prerm.debhelper | 20 ++++++++++++++++++++ debian/gnuplot-x11.preinst | 3 +++ 3 files changed, 43 insertions(+) diff --git a/debian/gnuplot-doc.postinst.debhelper b/debian/gnuplot-doc.postinst.debhelper index 70f40b1..d9d8442 100644 --- a/debian/gnuplot-doc.postinst.debhelper +++ b/debian/gnuplot-doc.postinst.debhelper @@ -108,3 +108,23 @@ if [ "$1" = "configure" ]; then install-info --quiet /usr/share/info/gnuplot.info fi # End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = "configure" ]; then + install-info --quiet /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = "configure" ]; then + install-info --quiet /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = "configure" ]; then + install-info --quiet /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = "configure" ]; then + install-info --quiet /usr/share/info/gnuplot.info +fi +# End automatically added section diff --git a/debian/gnuplot-doc.prerm.debhelper b/debian/gnuplot-doc.prerm.debhelper index 1b6b691..b24939c 100644 --- a/debian/gnuplot-doc.prerm.debhelper +++ b/debian/gnuplot-doc.prerm.debhelper @@ -108,3 +108,23 @@ if [ "$1" = remove ] || [ "$1" = upgrade ]; then install-info --quiet --remove /usr/share/info/gnuplot.info fi # End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = remove ] || [ "$1" = upgrade ]; then + install-info --quiet --remove /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = remove ] || [ "$1" = upgrade ]; then + install-info --quiet --remove /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = remove ] || [ "$1" = upgrade ]; then + install-info --quiet --remove /usr/share/info/gnuplot.info +fi +# End automatically added section +# Automatically added by dh_installinfo +if [ "$1" = remove ] || [ "$1" = upgrade ]; then + install-info --quiet --remove /usr/share/info/gnuplot.info +fi +# End automatically added section diff --git a/debian/gnuplot-x11.preinst b/debian/gnuplot-x11.preinst index 45edae9..d069380 100644 --- a/debian/gnuplot-x11.preinst +++ b/debian/gnuplot-x11.preinst @@ -3,6 +3,9 @@ if [ "$1" = install ] || [ "$1" = upgrade ] ; then dpkg-divert --add --package gnuplot-x11 --rename \ --divert /opt/maemo/usr/bin/gnuplot-nox /opt/maemo/usr/bin/gnuplot + dpkg-divert --add --package gnuplot-x11 --rename \ + --divert /usr/bin/gnuplot-nox /usr/bin/gnuplot + fi #DEBHELPER# -- 1.7.9.5