summarylogtreecommitdiffstats
path: root/ryzen_smu.install
diff options
context:
space:
mode:
Diffstat (limited to 'ryzen_smu.install')
-rw-r--r--ryzen_smu.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/ryzen_smu.install b/ryzen_smu.install
new file mode 100644
index 000000000000..29dcff19237d
--- /dev/null
+++ b/ryzen_smu.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo -e "\nReboot or load module with 'modprobe ryzen_smu'\n"
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file