You are here

function fontawesome_update_7001 in Font Awesome Icons 7.2

Update the fontawesome module from 1.x to 2.x version

File

./fontawesome.install, line 57
Requirements page for Font Awesome.

Code

function fontawesome_update_7001(&$sandbox) {
  registry_rebuild();
}