#!/bin/sh -e

if [ "$1" = "configure" ]; then
    /usr/share/locales/install-language-pack "en" "" "$2" || true
fi



exit 0
