Files
consolas-font/consolas-font.install
ytshih 53842cff80
All checks were successful
Build package / build-package (push) Successful in 23s
Initial commit
2024-11-16 05:45:08 +00:00

12 lines
102 B
Plaintext

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