void-packages/srcpkgs/xorg-server/INSTALL

8 lines
106 B
Text
Raw Normal View History

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