summaryrefslogtreecommitdiff
path: root/libre/parabola-hackers/parabola-hackers-nshd.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-18 05:25:51 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-18 05:25:51 -0400
commitccc3c1e8d3b0029b35b1b3100bc4918a95b28e2b (patch)
treee88f9a794c791084e00fd569e9f7889ee237ed06 /libre/parabola-hackers/parabola-hackers-nshd.install
parent24a6cf257e60af1d36a7bbb8c0905f7315737b6f (diff)
update libre/parabola-hackers
Diffstat (limited to 'libre/parabola-hackers/parabola-hackers-nshd.install')
-rw-r--r--libre/parabola-hackers/parabola-hackers-nshd.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/parabola-hackers/parabola-hackers-nshd.install b/libre/parabola-hackers/parabola-hackers-nshd.install
new file mode 100644
index 000000000..26a0b8cda
--- /dev/null
+++ b/libre/parabola-hackers/parabola-hackers-nshd.install
@@ -0,0 +1,10 @@
+#!/hint/sh
+
+post_install() {
+ systemd-sysusers
+ chown -R nshd:nshd /etc/nshd
+}
+
+post_upgrade() {
+ post_install
+}