summarylogtreecommitdiffstats
path: root/dattobd.install
blob: 95d30504d88bd6be9dee735de439c8018d23c42f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## arg 1:  the new package version
post_install() {
  ldconfig
  cat <<EOT
You may load the dattobd kernel driver using the following commands:

        depmod -a
        modprobe dattobd

If you wish for this driver to be loaded automatically when you reboot, you may
do so using the following command:

        echo dattobd > /etc/modules-load.d/dattobd.conf

EOT
}

## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  post_install
}