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 }