updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / lcnb_acpi / lcnb_acpi.install
blobd47b68b6bd13876a42be0a55485aabd6fe05c81c
1 post_install() {
2         echo 'generating modules.dep and map files...'
3         depmod -a
4         echo 'module name : lcnb_acpi'
6  
7 post_upgrade() {
8         post_install
11 pre_remove() {
12         /bin/true
15 op=$1
16 shift
18 $op "$@"