updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / em8300 / em8300.install
blob0436e1dac1f53461ba3ccc1f5575ae2c792fbb25
1 # arg 1:  the new package version
2 post_install() {
3   echo
4   echo ">>> You may want to add one of the following lines to your /etc/modprobe.conf,"
5   echo ">>> depending on type of your card:"
6   echo ">>>   install em8300 modprobe adv717x ; modprobe -i em8300 ; true"
7   echo ">>>   install em8300 modprobe bt865 ; modprobe -i em8300 ; true"
8   echo
9   KERNEL_VERSION='2.6.35-ARCH'
10   depmod -v $KERNEL_VERSION > /dev/null 2>&1
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade() {
16   KERNEL_VERSION='2.6.35-ARCH'
17   depmod -v $KERNEL_VERSION > /dev/null 2>&1
20 # arg 1:  the old package version
21 post_remove() {
22   KERNEL_VERSION='2.6.35-ARCH'
23   depmod -v $KERNEL_VERSION > /dev/null 2>&1