#!/bin/sh -e

# Source debconf library.
. /usr/share/debconf/confmodule

PRIORITY=high

db_input $PRIORITY axyl-lucene/axyl_lucene_port || true
db_go

# Install Note
db_input $PRIORITY axyl-lucene/install_note || true
db_go
