#!/bin/sh

rm -f /usr/local/share/ca-certificates/Microsoft_Root_Certificate_Authority_2011.crt
update-ca-certificates

exit 0
