aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/kde-workspace/kde-workspace.pre-install
blob: a54f3ada6f29205d0b5c4b840b0712156049945d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

name=kdm

addgroup -S $name 2>/dev/null
adduser -S -D -H -h /var/run/kdm -s /bin/false -G $name -g $name $name 2>/dev/null

exit 0