#!/bin/sh
for f in /opt/i18n-pt_BR/*.mo
do
  rm "/usr/share/locale/pt_BR/LC_MESSAGES/`echo $f`"
done
add_remove_language remove pt_BR