Maemo "optification" was added
[gnuplot] / debian / gnuplot-x11.preinst
index 041757e..45edae9 100644 (file)
@@ -2,7 +2,7 @@
 
 if [ "$1" = install ] || [ "$1" = upgrade ] ; then
         dpkg-divert --add --package gnuplot-x11 --rename \
-                --divert /usr/bin/gnuplot-nox /usr/bin/gnuplot
+                --divert /opt/maemo/usr/bin/gnuplot-nox /opt/maemo/usr/bin/gnuplot
 fi
 
 #DEBHELPER#