Skip to content
  • segfault's avatar
    Copy greeter files into config/chroot_local-includes (refs: #16912) · 700b8424
    segfault authored
    Those are the files installed by the greeter, from the master branch of
    the greeter repo (commit 2b1facdbe3c4c9f209cdcf3835a9d52a3147b8a8).
    
    All files are copied to the same path they are installed at when
    installing the greeter Debian package, except for:
    
     * The tailsgreeter Python package, which is now installed under
       /usr/local/lib/python3/ instead of /usr/lib/python3, because
       that's where we put our own Python packages.
    
     * The tails-greeter script, which is now installed in /usr/local/lib/
       instead of /usr/bin, because this script should not be executed by
       the user directly, similar to the other scripts in the lib directory.
       The Exec= path in tails-greeter.desktop is updated accordingly.
    700b8424