updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / kadu-light / kadu-light.install
blobca5cde2f12b0341826005ca0d1fc1533a3116b4b
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8   echo
9   echo "For sound support use the alsa_sound module"
10   echo
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 pre_upgrade() {
16   /bin/true
19 # arg 1:  the new package version
20 # arg 2:  the old package version
21 post_upgrade() {
22   post_install
25 # arg 1:  the old package version
26 pre_remove() {
27   /bin/true
30 # arg 1:  the old package version
31 post_remove() {
32   /bin/true
35 op=$1
36 shift
37 $op $*