#!/bin/sh -e 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 fi #DEBHELPER# exit 0