updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / ams / ams.install
blob0d42e783e9a17b626b5417ba58554d3c6689a508
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 '>>> To play with the included demo patch,'
12   echo '>>> you need to install MCP-plugins, VCO-plugins and REV-plugins'
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 $*