summarylogtreecommitdiffstats
path: root/ft9201-fingerprint-driver.install
blob: 7abce2b7e19f9090e28e747ae402c0efddb0d01f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat<<EOF

The ft9201 kernel module will be available on reboot.
To load it now, run "modprobe ft9201" as root.

EOF
}

post_upgrade() {
  post_install
}