aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm/lightdm.pre-install
blob: 99a5b137e7f4ff5e6ddcacf992dc1c379f6aafff (plain)
1
2
3
4
5
6
#!/bin/sh

name=lightdm
addgroup -S $name 2>/dev/null
adduser -S -H -h /dev/null -s /bin/false -D -G $name $name 2>/dev/null
exit 0