45edae9cf2948b02447c2844dde60eb31be0133d
[gnuplot] / debian / gnuplot-x11.preinst
1 #!/bin/sh -e
2
3 if [ "$1" = install ] || [ "$1" = upgrade ] ; then
4         dpkg-divert --add --package gnuplot-x11 --rename \
5                 --divert /opt/maemo/usr/bin/gnuplot-nox /opt/maemo/usr/bin/gnuplot
6 fi
7
8 #DEBHELPER#
9
10 exit 0