1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
post_install() { cat<<EOF Successfully installed the Cirrus 8409 HDA (audio) driver! Reboot for the changes to take effect. EOF } post_upgrade() { cat<<EOF Successfully rebuilt the Cirrus 8409 HDA (audio) driver! Reboot for the changes to take effect. EOF }