aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphviz/graphviz.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-17 10:52:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-17 10:52:16 +0000
commitdd266db9177bbe702551e85e5627bed6c6253595 (patch)
tree59ab9cfb88a7f6347cf8a2cc58e04fb47929507e /main/graphviz/graphviz.pre-deinstall
parent9b9c6b450ba32771e6c7f95ccfe70e6b0e146f9a (diff)
downloadaports-dd266db9177bbe702551e85e5627bed6c6253595.tar.bz2
aports-dd266db9177bbe702551e85e5627bed6c6253595.tar.xz
main/graphviz: add trigger for layout engine config
This fixes the error message: There is no layout engine support for "dot"
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