Stop updating font cache after every run

This commit is contained in:
Jake Howard 2018-03-19 22:04:59 +00:00
parent 6a86129053
commit e1c903fb07
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -14,8 +14,4 @@ class config::fonts {
}
}
exec { 'Update font cache':
command => 'gdk-pixbuf-query-loaders --update-cache'
}
}