diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/shadow.xibuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/repo/system/shadow.xibuild b/repo/system/shadow.xibuild index 99330ff..26387d1 100644 --- a/repo/system/shadow.xibuild +++ b/repo/system/shadow.xibuild @@ -178,7 +178,12 @@ EOF [ -f $PKG_DEST/etc/login.access ] && mv -v $PKG_DEST/etc/login.access{,.NOUSE} || true [ -f $PKG_DEST/etc/limits ] && mv -v $PKG_DEST/etc/limits{,.NOUSE} || true +} +postinstall () { + /usr/sbin/pwconv + /usr/sbin/grpconv + mkdir -p /etc/default - + /usr/sbin/useradd -D --gid 999 } |