diff options
Diffstat (limited to 'testing/graphviz/install')
-rw-r--r-- | testing/graphviz/install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/graphviz/install b/testing/graphviz/install new file mode 100644 index 000000000..65fba522b --- /dev/null +++ b/testing/graphviz/install @@ -0,0 +1,12 @@ +post_install() { + rm -f usr/lib/graphviz/config{,6} + usr/bin/dot -c +} + +post_upgrade() { + post_install +} + +pre_remove() { + rm -f usr/lib/graphviz/config{,6} +} |