#!/bin/sh -e

if [ "$1" = "remove" ]; then
    /usr/sbin/remove-language-locales tk || true
fi

#DEBHELPER#

exit 0
