#!/bin/bash

if dpkg-query -s fake-chromium > /dev/null 2>&1;then
   apt-eole remove fake-chromium
fi

exit 0
