#!/bin/sh # postrm script for bulgarian-l10n # # see: dh_installdeb(1) add_remove_language remove bg_BG # unset the bulgarian system language if [ ! "$(grep bg_BG /etc/osso-af-init/locale)" == "" ]; then rm /etc/osso-af-init/locale fi exit 0