core/otc-noto-cjk/otc-noto-cjk.install
Chaoting Liu a5a168628f ttf-noto-cjk -> otc-noto-cjk
- update to latest git commit
- add serif variant
2017-04-06 14:33:41 +01:00

12 lines
108 B
Plaintext

post_install() {
fc-cache -s
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}