#! /bin/sh -e
#
# Defaults
RUNDIR_TEMPLATE="/usr/share/m17n-env/menu"
RUNDIR_ACTIVE="/etc/menu"
RUNDIR_MENUCOM="whiptail"
RUNDIR_TITLE="Activate m17n menu items"
RUNDIR_MESSAGE="Activate your choices for multilingualization (m17n) 
of program and supporting for non-UTF-8 program through Debian menu.
README entry has no effects.
If not sure, check all marked with (*)."
RUNDIR_H_W_MH="23 78 12"

# Use common run-parts commands selection method
. /usr/share/m17n-env/bin/set-select-parts
. /usr/share/m17n-env/bin/set-force-default
. /usr/share/m17n-env/bin/set-run-parts
