[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.6.0-5-19-g973e238
Anton Gladky
gladky.anton at gmail.com
Fri May 4 21:06:50 UTC 2012
The following commit has been merged in the master branch:
commit 973e2388ace55aad21948c5dac42631decff0c9e
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Fri May 4 23:06:42 2012 +0200
Remove /usr/share/doc/gnuplot symlink before installation. Thanks to Sven Joachim. (Closes: #671459)
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