post_upgrade() {
post_install
}
post_install() {
echo ">>> This driver now uses sna as the default"
echo ">>> acceleration methods."
echo ">>> You can use uxa method if you run into trouble."
echo ">>> Add to the device section in /etc/X11/xorg.conf"
echo ">>> Option \"AccelMethod\" \"uxa\""
}