Split the post-install scripts for the main package and the openrc subpackage. They act on different things. [ci:skip-build]: already built successfully in CI
4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/61-autologin.conf
|