updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / softgun / softgun.install
blob928aee470327d3c48743ac1c947a8eb78efe35e6
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 ">>> Please check out /usr/share/softgun/"
12   echo ">>> for config templates and instruction"
13   echo ">>> Note that libraries are installed to /usr/lib/softgun/"
14   echo ">>> You might need to specify this in your own config file"
15   echo ">>> For flash images and more information, please visit:"
16   echo ">>> http://softgun.sourceforge.net/"
19 # arg 1:  the new package version
20 # arg 2:  the old package version
21 pre_upgrade() {
22   /bin/true
25 # arg 1:  the new package version
26 # arg 2:  the old package version
27 post_upgrade() {
28   /bin/true
31 # arg 1:  the old package version
32 pre_remove() {
33   /bin/true
36 # arg 1:  the old package version
37 post_remove() {
38   /bin/true
41 op=$1
42 shift
43 $op $*