041757e6aa8d985a1f23bd61121a931dc83b62dc
[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 /usr/bin/gnuplot-nox /usr/bin/gnuplot
6 fi
7
8 #DEBHELPER#
9
10 exit 0