Skip to content
Snippets Groups Projects
Commit 569b146d authored by jean-michel's avatar jean-michel
Browse files

update

parent e2a9dc82
No related branches found
No related tags found
No related merge requests found
post_upgrade() {
if (( $(vercmp $2 1.16.0-3) < 0 )); then
post_install
fi
if (( $(vercmp $2 1.16.0-3) < 0 )); then
post_install
fi
}
post_install() {
cat <<MSG
>>> xorg-server has now the ability to run without root rights. To be
able to use this features, install the package xorg-server-rootless.
$(tput setaf 3)>>> WARNING : $(tput sgr0)The file /etc/X11/Xwrapper.config
need to be present on your system containing this following line :
needs_root_rights = yes
Please, see xorg.wrap man page for futher informations
cat <<MSG
>>> Xorg-server has now the ability to run without root rights.
To be able to use this features, install the package:
xorg-server-rootless.
$(tput setaf 3)>>> WARNING: $(tput sgr0)
The file /etc/X11/Xwrapper.config,
need to be present on your system containing this line :
needs_root_rights = yes
See xorg.wrap man page (man xorg.wrap) for futher informations.
MSG
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment