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