updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / lmpcm_usb / lmpcm_usb.install
blobcf3984213a5dd38e5dea287a8cdfc885143297ee
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   /sbin/depmod 
12   /bin/true
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   /sbin/depmod
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   /sbin/depmod
36   /bin/true
39 op=$1
40 shift
41 $op $*