]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - debian/zephyr-clients.config
only consult debconf if there is anything to be configured
[1ts-debian.git] / debian / zephyr-clients.config
1 #!/bin/sh -e
2
3 . /usr/share/debconf/confmodule
4
5 zhm_args=""
6 if test -f /etc/default/zephyr-clients
7 then
8         . /etc/default/zephyr-client
9 fi
10 if test -z "$zhm_args"
11 then
12         db_input high zephyr-clients/servers || true
13         db_go
14 fi