#!/bin/sh -e

if [ "$1" = "configure" -a -z "$2" ]; then
    /usr/sbin/install-language-locales af || true
fi

#DEBHELPER#

exit 0
