updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / qcl / qcl.install
blob1c7986f554d6fa328e4bf91b7477d8d7142a0e3f
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8     /bin/true
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 pre_upgrade() {
14   /bin/true
17 # arg 1:  the new package version
18 # arg 2:  the old package version
19 post_upgrade() {
20   post_install
23 # arg 1:  the old package version
24 pre_remove() {
25   /bin/true
28 # arg 1:  the old package version
29 post_remove() {
30     /bin/true