aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphviz/graphviz.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'main/graphviz/graphviz.pre-deinstall')
-rw-r--r--main/graphviz/graphviz.pre-deinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/graphviz/graphviz.pre-deinstall b/main/graphviz/graphviz.pre-deinstall
new file mode 100644
index 0000000000..cfc43bf6ae
--- /dev/null
+++ b/main/graphviz/graphviz.pre-deinstall
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -e /usr/lib/graphviz/config6 ]; then
+ rm /usr/lib/graphviz/config6
+fi