vp-build/srcpkgs/trousers/INSTALL

9 lines
111 B
Plaintext

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