9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
# INSTALL
|
||
|
case "$ACTION" in
|
||
|
post)
|
||
|
if [ "$UPDATE" != "yes" ]; then
|
||
|
chown _duiadns:_duiadns etc/duiadns.conf
|
||
|
fi
|
||
|
;;
|
||
|
esac
|