aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/kde-workspace/kde-workspace.pre-install
blob: b55298b1ea4fa65fdbee317d72d91bd89fd5c8ce (plain)
1
2
3
4
5
6
7
8
#!/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