aboutsummaryrefslogtreecommitdiffstats
path: root/fonts.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-19 14:23:53 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:46 +0200
commit0d082b66177c5037e4d0d540ceca20aae4ba5871 (patch)
treee23ecf22110fd191c4222d12c063703cbd5591c6 /fonts.install
downloadpkgbuilds-0d082b66177c5037e4d0d540ceca20aae4ba5871.tar.xz
font-fncp6-git → earnestly-font-collection-gitearnestly-font-collection-git
Diffstat (limited to 'fonts.install')
-rw-r--r--fonts.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/fonts.install b/fonts.install
new file mode 100644
index 0000000..428fda9
--- /dev/null
+++ b/fonts.install
@@ -0,0 +1,11 @@
+post_install() {
+ fc-cache
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}