Maemo "optification" was added
[gnuplot] / debian / gnuplot-x11.postrm
index a34a697..8bd686f 100644 (file)
@@ -2,7 +2,7 @@
 
 if [ "$1" = remove ] ; then
         dpkg-divert --remove --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#