Skip to content
Snippets Groups Projects
xorg-server.install 576 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    post_upgrade() {
    
    jean-michel's avatar
    jean-michel committed
            post_install
    
    Eric Vidal's avatar
    Eric Vidal committed
    }
    
    post_install() {
    
    
        ## suid permission is not preserved during _install execution, fix it.
        chmod u+s /usr/lib/Xorg.wrap
    
    
    jean-michel's avatar
    jean-michel committed
        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.
    
    Eric Vidal's avatar
    Eric Vidal committed
    MSG
    }