updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / oss2jack / oss2jack.install
blobb67c3a54b49af6fce5eae81f20a9aa2c52915fbc
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 echo 'see http://wiki.archlinux.org/index.php/Allow_multiple_programs_to_play_sound_at_once#ALSA_with_oss2jack for help starting up oss2jack'
7   /bin/true
10 # arg 1:  the new package version
11 post_install() {
12   /bin/true
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 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 $*