void-packages/srcpkgs/trousers/INSTALL
2017-07-13 09:08:37 +00:00

9 lines
110 B
Plaintext

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