summarylogtreecommitdiffstats
path: root/hook-fglrx
diff options
context:
space:
mode:
authorVi0L02016-06-04 13:41:31 +0200
committerVi0L02016-06-04 13:41:31 +0200
commitc3f540c352fde1a98639a16c63717c3f58a54f04 (patch)
treeb4fb13bbe6e566a40231b4a90cbb0fd7c4248902 /hook-fglrx
parent75213c8f0f4ff3a7a0532d95e31233ed97364501 (diff)
downloadaur-c3f540c352fde1a98639a16c63717c3f58a54f04.tar.gz
15.9-12: initial 4.6 kernel support + switched to dkms + acpi script from aslmaswd
Diffstat (limited to 'hook-fglrx')
-rw-r--r--hook-fglrx14
1 files changed, 0 insertions, 14 deletions
diff --git a/hook-fglrx b/hook-fglrx
deleted file mode 100644
index 0d6f9b2f4e93..000000000000
--- a/hook-fglrx
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-}