updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / viewcvs / install.viewcvs
blob4e55a007b3b408597a0f45899ebc423455258a6f
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   /bin/true
13   echo "Don't forget to install cvs or subversion to use with viewcvs"
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 pre_upgrade() {
19   /bin/true
22 # arg 1:  the new package version
23 # arg 2:  the old package version
24 post_upgrade() {
25   /bin/true
28 # arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 # arg 1:  the old package version
34 post_remove() {
35   /bin/true
38 op=$1
39 shift
40 $op $*