core/ttf-noto-emoji/ttf-noto-emoji.install
2015-12-17 22:57:57 +00:00

12 lines
108 B
Plaintext

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