summaryrefslogtreecommitdiff
path: root/testing/graphviz/install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/graphviz/install')
-rw-r--r--testing/graphviz/install12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/graphviz/install b/testing/graphviz/install
deleted file mode 100644
index 65fba522b..000000000
--- a/testing/graphviz/install
+++ /dev/null
@@ -1,12 +0,0 @@
-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}
-}