3 lines
133 B
Text
3 lines
133 B
Text
post_install() {
|
|
sed -i "s/username/$(getent passwd 1000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/60-plasma-al.conf
|
|
}
|