#!/bin/sh

# Exit on error
set -e

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

# Show note
db_input high waterfox-current-kpe/locales || true

# Show interface
db_go
