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