updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / jgraph / jgraph.install
blobf907432222e750daf493b9e145b7929ca556531b
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   echo "Though not necessary for jgraph itself, spline (found in plotutils) is used in jgraph example file /usr/share/jgraph/bailey.jgr"
12   /bin/true
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 pre_upgrade() {
18   /bin/true
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 post_upgrade() {
24   /bin/true
27 # arg 1:  the old package version
28 pre_remove() {
29   /bin/true
32 # arg 1:  the old package version
33 post_remove() {
34   /bin/true
37 op=$1
38 shift
39 $op $*