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

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