updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rt5370 / install.rt5370
blobfd0dbd3eeb797974fa2604b7f3f9d1787bf1b654
1  post_install() {
2    depmod -a
3  }
4   
5  post_upgrade() {
6    post_install
7  }
8     
9  post_remove() {
10    depmod -a
11  }