summarylogtreecommitdiffstats
path: root/snd_hda_macbookpro.install
blob: 078003177fd1c991d7c4f9773f42f5ca133b9440 (plain)
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
}