From: Vitaly Repin Date: Sun, 20 Dec 2009 13:57:13 +0000 (+0200) Subject: /usr/bin/gnuplot symlinks packageing problems were fixed gor gnuplot-x11 X-Git-Url: https://vcs.maemo.org/git/?p=gnuplot;a=commitdiff_plain;h=1b1b930017ab6042afa207402f5563d3ffb77445 /usr/bin/gnuplot symlinks packageing problems were fixed gor gnuplot-x11 pkg --- 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#