core/ttf-noto-cjk/ttf-noto-cjk.install

12 lines
108 B
Plaintext
Raw Normal View History

2015-12-18 06:45:52 +08:00
post_install() {
fc-cache -s
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}