This reverts commit d139124e3caf3f49b1f0088cc2e70b5f231d3aaa. xf86-video-ati doesn't build, so revert for now.
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
#
|
|
# Sets up correct perms to Xorg.
|
|
case "${ACTION}" in
|
|
post)
|
|
chmod 4755 usr/bin/Xorg || exit $?
|
|
;;
|
|
esac
|