#!/bin/sh
 
# Exit on error
set -e

# Source debconf library.
. /usr/share/debconf/confmodule
 
# Show note
db_input high waterfox/locales || true
 
# Show interface
db_go
