updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / iris / iris.install
blobdf9676de44c52e213bc34fd791c353b664411731
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 "The binaries are at /usr/bin/iris. Example eyes are at /usr/share/iris/" 
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 $*