summarylogtreecommitdiffstats
path: root/hook-fglrx
diff options
context:
space:
mode:
authorVi0L02015-06-08 20:45:00 +0200
committerVi0L02015-06-08 20:45:00 +0200
commit27357157125bc30c297ff1ddf9efc3462e1fe359 (patch)
tree4d2c77cbbafcadba72bf46209046225d004f8e75 /hook-fglrx
downloadaur-27357157125bc30c297ff1ddf9efc3462e1fe359.tar.gz
Initial import
Diffstat (limited to 'hook-fglrx')
-rw-r--r--hook-fglrx14
1 files changed, 14 insertions, 0 deletions
diff --git a/hook-fglrx b/hook-fglrx
new file mode 100644
index 000000000000..0d6f9b2f4e93
--- /dev/null
+++ b/hook-fglrx
@@ -0,0 +1,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
+}