summarylogtreecommitdiffstats
path: root/xorg-server-rootless-nosystemd-minimal-git.install
blob: 7bce5839a2bba82f34c75af3d125e1615229b035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	chown -v :input /usr/bin/Xorg
	chmod -v g+s /usr/bin/Xorg
cat <<MSG
>>> Xserver will fail to run if not launched from the same virtual 
    terminal as was used to log in.
    Without root rights, log files will be in ~/.local/share/xorg/ directory.
MSG
}
post_upgrade() {
	post_install $1
}