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
|