core/ttf-noto-emoji/ttf-noto-emoji.install

12 lines
108 B
Plaintext
Raw Normal View History

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