core/xf86-video-intel/xf86-video-intel.install

10 lines
211 B
Plaintext
Raw Normal View History

post_install() {
echo "sna and uxa acceleration methods are now supported"
2013-03-02 03:03:53 +08:00
echo "With sna set as default"
echo "Use the uxa method if you run into trouble with sna."
}
post_upgrade() {
post_install
}