summaryrefslogtreecommitdiff
path: root/repo/util/openssh.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-03 19:55:05 +0100
committerdavidovski <david@davidovski.xyz>2022-05-03 19:55:05 +0100
commit50740393013cb5fde05318d917ac4b68c58fdfa9 (patch)
tree2394d57656a9cbdbe9b325e7d5f480de57ebce7a /repo/util/openssh.xibuild
parent606bc59d0f8f67815c6a717843835477d44db6b3 (diff)
added some packages for gimp and firefox
Diffstat (limited to 'repo/util/openssh.xibuild')
-rw-r--r--repo/util/openssh.xibuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/util/openssh.xibuild b/repo/util/openssh.xibuild
index 1430347..869bcb9 100644
--- a/repo/util/openssh.xibuild
+++ b/repo/util/openssh.xibuild
@@ -34,3 +34,8 @@ package () {
install -Dm755 sshd.initd $PKG_DEST/etc/init.d/sshd
install -Dm755 sshd.confd $PKG_DEST/etc/conf.d/sshd
}
+
+postinstall () {
+ groupadd -g 33 sshd
+ useradd -u 33 -g 33 -c sshd -d / sshd
+}