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 Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git]
/
catalyst-hook
/
hook-fglrx
blob
0d6f9b2f4e93b122fc459d69bccd6853e5f11a6e
1
# vim: set ft=sh:
2
3
build ()
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
}