blob: 738e044e4e8fb7b82691809ad7d731b659377c6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo ""
echo "Please read https://wiki.archlinux.org/index.php/Mach64"
echo "for the configuration of direct rendering inside Xorg."
echo ""
}
post_upgrade() {
post_install
}
|