#!/bin/bash

# remove diversion of language list file (controls languages displayed
# in oem-config
if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
    dpkg-divert \
        --package watauga-zh-cn-defaults \
        --rename \
        --remove /usr/lib/ubiquity/localechooser/languagelist.data.gz

fi

#DEBHELPER#
