vp-build/srcpkgs/trousers/INSTALL

9 lines
110 B
Plaintext

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