summarylogtreecommitdiffstats
path: root/dell-smm-hwmon-i8kutils.install
diff options
context:
space:
mode:
Diffstat (limited to 'dell-smm-hwmon-i8kutils.install')
-rw-r--r--dell-smm-hwmon-i8kutils.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dell-smm-hwmon-i8kutils.install b/dell-smm-hwmon-i8kutils.install
new file mode 100644
index 000000000000..3bd4071030d9
--- /dev/null
+++ b/dell-smm-hwmon-i8kutils.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "Running depmod.."
+ depmod
+ echo --------------------------------------------------------
+ echo After install, reboot the system in order to be able
+ echo to use the command smm.
+ echo --------------------------------------------------------
+}
+
+post_upgrade () {
+ post_install
+}