#! /bin/sh -e # $URL: svn+ssh://svn.debian.org/svn/svn/pkg-mailman/trunk/debian/config $ # $Id: config 520 2007-12-04 09:28:12Z thijs $ . /usr/share/debconf/confmodule crontab=/etc/cron.d/mailman get_used_languages () { # Python being non-essential it may not be available at preconfigure # time, but then no languages are used either. if python /dev/null ; then # list_lists may fail if mm_cfg is not yet installed ( for ml in $(/usr/sbin/list_lists -b 2>/dev/null); do ( /usr/sbin/config_list -o - ${ml} 2>/dev/null cat <