From e7b9c9697e6a50c3b9e78941fa95ba11c716d238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Jun 2011 22:46:45 +0000 Subject: Wed Jun 1 22:46:45 UTC 2011 --- testing/graphviz/install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/graphviz/install (limited to 'testing/graphviz/install') diff --git a/testing/graphviz/install b/testing/graphviz/install new file mode 100644 index 000000000..00510e3f6 --- /dev/null +++ b/testing/graphviz/install @@ -0,0 +1,17 @@ +# arg 1: the new package version +post_install() { + # Create plugin config /usr/lib/graphviz/config6 + rm -f usr/lib/graphviz/config{,6} + usr/bin/dot -c +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + post_install $1 +} + +# arg 1: the old package version +pre_remove() { + rm -f usr/lib/graphviz/config{,6} +} -- cgit v1.2.3-54-g00ecf