updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / em8300-hg / em8300.install
blob2a956ad7294d959d145097066a15f8a8310866ad
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=`uname -r`
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=`uname -r`
17   depmod -v $KERNEL_VERSION > /dev/null 2>&1
20 # arg 1:  the old package version
21 post_remove() {
22   KERNEL_VERSION=`uname -r`
23   depmod -v $KERNEL_VERSION > /dev/null 2>&1