updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / dwa-525 / install.rt3060
blobc4d6c95cba63533478641280c1a17ca4a8227e46
1  post_install() {
2    depmod -a
3    echo To prevent a conflict of drivers, other Ralink drivers will be included in blacklist ...
4  }
6  post_upgrade() {
7    post_install $1
8  }
10  post_remove() {
11    depmod -a
12  }
14  op=$1
15  shift
16  $op $*