updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / avld / avld.install
blob9c60ca19ad22aa15fb62bd825fe8bbb00a11c7cf
1 post_install() {
2   depmod $(cat /lib/modules/extramodules-`uname -r | sed 's/\..-.//'`/version)
5 post_upgrade() {
6   post_install
9 post_remove() {
10   post_install
13 # vim:set ts=2 sw=2 et: