void-packages/srcpkgs/trousers/INSTALL
2016-01-07 23:13:11 -05:00

9 lines
111 B
Plaintext

# INSTALL
case "$ACTION" in
post)
if [ "$UPDATE" != "yes" ]; then
chown tss:tss /etc/tcsd.conf
fi
;;
esac