#!/bin/sh -e

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

#DEBHELPER#

exit 0
