changed debian/postrm to reset system language to the default one (en_GB) upon packag...
[bulgarian-l10n] / debian / postrm
index a527882..263593a 100644 (file)
@@ -5,6 +5,11 @@
 
 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