/usr/bin/gnuplot symlinks packageing problems were fixed gor gnuplot-x11
authorVitaly Repin <vitaly.repin@nokia.com>
Sun, 20 Dec 2009 13:57:13 +0000 (15:57 +0200)
committerVitaly Repin <vitaly.repin@nokia.com>
Sun, 20 Dec 2009 13:57:13 +0000 (15:57 +0200)
pkg

debian/gnuplot-doc.postinst.debhelper
debian/gnuplot-doc.prerm.debhelper
debian/gnuplot-x11.preinst

index 70f40b1..d9d8442 100644 (file)
@@ -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
index 1b6b691..b24939c 100644 (file)
@@ -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
index 45edae9..d069380 100644 (file)
@@ -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#