core/ttf-noto-cjk/ttf-noto-cjk.install
2015-12-17 22:45:52 +00:00

12 lines
108 B
Plaintext

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