summarylogtreecommitdiffstats
path: root/ttf-astra-sans.install
diff options
context:
space:
mode:
authorVadik Leshy2016-09-28 21:57:53 +0700
committerVadik Leshy2016-09-28 21:57:53 +0700
commit4db85f94d2cc21c92b1f03459fdda3ef71244259 (patch)
tree482b19d993541798a21d1a2cb84d1de2688dfe8b /ttf-astra-sans.install
downloadaur-4db85f94d2cc21c92b1f03459fdda3ef71244259.tar.gz
Initial commit
Diffstat (limited to 'ttf-astra-sans.install')
-rw-r--r--ttf-astra-sans.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttf-astra-sans.install b/ttf-astra-sans.install
new file mode 100644
index 000000000000..1d8966f45ac0
--- /dev/null
+++ b/ttf-astra-sans.install
@@ -0,0 +1,11 @@
+post_install() {
+ fc-cache -s
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}