summaryrefslogtreecommitdiff
path: root/testing/graphviz/install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/graphviz/install')
-rw-r--r--testing/graphviz/install13
1 files changed, 4 insertions, 9 deletions
diff --git a/testing/graphviz/install b/testing/graphviz/install
index 00510e3f6..65fba522b 100644
--- a/testing/graphviz/install
+++ b/testing/graphviz/install
@@ -1,17 +1,12 @@
-# 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
+ 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
+ post_install
}
-# arg 1: the old package version
pre_remove() {
- rm -f usr/lib/graphviz/config{,6}
+ rm -f usr/lib/graphviz/config{,6}
}