[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.6.0-5-17-gf6c9ebb

Anton Gladky gladky.anton at gmail.com
Fri May 4 20:35:08 UTC 2012


The following commit has been merged in the master branch:
commit f6c9ebb50f7117665c67f1e9c7469f974929eefc
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri May 4 22:34:59 2012 +0200

    Remove /usr/share/doc/gnuplot symlink before installation. Thanks to Sven Joachim.

diff --git a/debian/gnuplot.preinst b/debian/gnuplot.preinst
new file mode 100644
index 0000000..4fc088b
--- /dev/null
+++ b/debian/gnuplot.preinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+rm -rf /usr/share/doc/gnuplot
+
+#DEBHELPER#
+
+exit 0

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list