/usr/bin/gnuplot symlinks packageing problems were fixed gor gnuplot-x11
[gnuplot] / debian / gnuplot-x11.preinst
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#