summaryrefslogtreecommitdiff
path: root/libre/parabola-hackers/parabola-hackers-nshd.install
blob: 26a0b8cda1fce86a33007a26b682c2850766c3c7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/hint/sh

post_install() {
	systemd-sysusers
	chown -R nshd:nshd /etc/nshd
}

post_upgrade() {
	post_install
}