#!/bin/sh -e if [ "$1" = "configure" ]; then /usr/share/locales/install-language-pack "en" "gnome" "$2" || true fi exit 0