diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-17 10:52:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-17 10:52:16 +0000 |
commit | dd266db9177bbe702551e85e5627bed6c6253595 (patch) | |
tree | 59ab9cfb88a7f6347cf8a2cc58e04fb47929507e /main/graphviz/graphviz.pre-deinstall | |
parent | 9b9c6b450ba32771e6c7f95ccfe70e6b0e146f9a (diff) | |
download | aports-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-deinstall | 5 |
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 000000000..cfc43bf6a --- /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 |