summarylogtreecommitdiffstats
path: root/hook-fglrx
diff options
context:
space:
mode:
authorVi0L02016-06-12 21:33:37 +0200
committerVi0L02016-06-12 21:33:37 +0200
commitc9f6a5af7883cc103761b63374df5a5a803016f3 (patch)
tree6d25a77bc8019d494efa2dd20bd939d209b2943d /hook-fglrx
parent574f96955f2add81caf3e660e70846645793d732 (diff)
downloadaur-c9f6a5af7883cc103761b63374df5a5a803016f3.tar.gz
15.302.2001-1: 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
-}