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