diff options
author | William Turner | 2017-01-04 23:32:57 -0500 |
---|---|---|
committer | William Turner | 2017-01-04 23:32:57 -0500 |
commit | 8e93abb107e039dccfae5c862fe2e750d0678730 (patch) | |
tree | a7dc74c78c9cf3bdd9a48009dcaa172e5ed3eb3d /fonts.install | |
download | aur-8e93abb107e039dccfae5c862fe2e750d0678730.tar.gz |
Initial commit
Diffstat (limited to 'fonts.install')
-rw-r--r-- | fonts.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fonts.install b/fonts.install new file mode 100644 index 00000000000..ac6cb5b6f4a --- /dev/null +++ b/fonts.install @@ -0,0 +1,11 @@ +post_install() { + fc-cache -s +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |