updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / snd-pcsp / snd-pcsp.install
blob4f93b51d21c3d3788207b3c0ad5bf88b9879b37f
1 KERNEL_VERSION=2.6.39-ARCH
3 # arg 1:  the new package version
4 post_install() {
5   run_depmod
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   run_depmod
14 # arg 1:  the old package version
15 post_remove() {
16   run_depmod
19 run_depmod() {
20   echo ">>> Updating module dependencies. Please wait ..."
21   depmod "$KERNEL_VERSION"
24 # vim:set ts=2 sw=2 et: