#!/bin/bash

if dpkg-query -s chromium-browser-l10n > /dev/null 2>&1;then
   apt-eole install fake-chromium
   if [ $? = 0 ]; then
       apt-eole remove chromium-codecs-ffmpeg-extra
   fi
fi

exit 0
