summaryrefslogtreecommitdiff
path: root/testing/graphviz/install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-27 23:06:15 +0000
committerroot <root@rshg047.dnsready.net>2011-06-27 23:06:15 +0000
commit0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (patch)
tree2cbc26bebf7171db78c67303e24ad6e80279f2d8 /testing/graphviz/install
parent715631caf52784c47c8ed3aeb6cbdba2715a08db (diff)
Mon Jun 27 23:06:14 UTC 2011
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}
}