#!/bin/sh

# Get the SUPPORTED list of locales
set -e

[ -r /usr/share/i18n/SUPPORTED ] || exit 1
rm -rf debian/SUPPORTED-short >/dev/null 2>&1
grep -v '^#' /usr/share/i18n/SUPPORTED | cut -f1 -d ' ' | uniq >debian/SUPPORTED-short
