#!/bin/sh -e

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

#DEBHELPER#

exit 0
