#!/bin/sh

# This script will uninstall the Microsoft fonts on your Ubuntu installation
# This script must be run as root with 755 permissions

# remove the XML configuration files from your system
sudo rm -f /etc/fonts/alias.conf
sudo rm -f /etc/fonts/local.conf
sudo rm -f /etc/fonts/misc.conf
sudo rm -f /etc/fonts/msfonts-rules.conf

# you will need to restart the workspace to take effect