#
# Sets up correct perms to Xorg.
case "${ACTION}" in
post)
chmod 4755 usr/bin/Xorg || exit $?
;;
esac