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