orphan
[debian/elilo] / debian / elilo.config
1 #!/bin/sh
2
3 set -e
4
5 . /usr/share/debconf/confmodule
6
7 if [ "$2" ] && dpkg --compare-versions $2 lt 3.2-1
8 then
9   db_input high elilo/format || true
10 else
11   db_input high elilo/runme || true
12 fi
13 db_go || true