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