# Remove old mozilla pkgconfig files
find /usr/lib/pkgconfig -iname "mozilla-*.pc" | xargs rm -f
rm -f /usr/share/gnome/apps/mozilla*.desktop

# Nasty habit of not removing things
rm -Rf /usr/include/mozilla
