summarylogtreecommitdiffstats
path: root/dell-smm-hwmon-i8kutils.install
blob: 3bd4071030d94814aba76da296119a656c912535 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}