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