summarylogtreecommitdiffstats
path: root/hook-fglrx
blob: 0d6f9b2f4e93b122fc459d69bccd6853e5f11a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: set ft=sh:

build ()
{
    /usr/bin/catalyst_build_module "$KERNELVERSION"
    /usr/bin/catalyst_build_module remove
}

help ()
{
cat<<HELPEOF
  This hook rebuilds fglrx module. It does nothing to the initrd image.
HELPEOF
}