repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
catalyst-firepro
/
hook-fglrx
blob
2ddc00e0f0d16d9b1af7c3756821aebf3eeea0be
1
# vim: set ft=sh:
2
3
install ()
4
{
5
/usr/bin/catalyst_build_module "$KERNELVERSION"
6
/usr/bin/catalyst_build_module remove
7
}
8
9
help ()
10
{
11
cat<<HELPEOF
12
This hook rebuilds fglrx module. It does nothing to the initrd image.
13
HELPEOF
14
}