#!/bin/sh
if [ ! -d /usr/lib/locale/en_US -a ! -d /usr/lib/locale/en_US.utf8 ]; then 
  dpkg-reconfigure locales
fi
