core/ttf-ubuntu-font/fc-cache.install

12 lines
103 B
Plaintext
Raw Normal View History

post_install() {
fc-cache -fs
}
post_upgrade() {
fc-cache -fs
}
post_remove() {
fc-cache -fs
}