| Current Path : /usr/local/share/pkg/triggers/ |
| Current File : /usr/local/share/pkg/triggers/fontconfig.ucl |
path: [ "/usr/local/share/fonts", /usr/local/etc/fonts/conf.d ]
trigger: {
type: lua
sandbox: false
script: <<EOS
print("Running fc-cache to build fontconfig cache...")
pkg.exec({"/usr/local/bin/fc-cache", "-s" })
EOS
}