#! /bin/sh -e if [ "$1" = configure ]; then locale-gen fi exit 0