updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / longene-module / longene-module.install
blobfb2ef4da6c552f88602a802bfd12e25044795d46
1 post_install () {
2   depmod -a
3   echo "==> Use 'modprobe unifiedkernel' to load the Longene linux kernel module."
7 post_upgrade() {
8     post_install $1
12 post_remove() {
13   depmod -a
17 op=$1
18 shift
20 $op $*