summarylogtreecommitdiffstats
path: root/ttf-yas.install
diff options
context:
space:
mode:
authorBehnam Momeni2016-08-08 10:41:54 +0430
committerBehnam Momeni2016-08-08 10:41:54 +0430
commit3bef5f5fc68d2b4733eca54fcec350982aa3bfa6 (patch)
tree24b3a50d0d14c799fb9b9f748d00d5327b74658b /ttf-yas.install
downloadaur-ttf-yas.tar.gz
Creating the ttf-yas font package
Diffstat (limited to 'ttf-yas.install')
-rw-r--r--ttf-yas.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/ttf-yas.install b/ttf-yas.install
new file mode 100644
index 000000000000..d00d1939b319
--- /dev/null
+++ b/ttf-yas.install
@@ -0,0 +1,12 @@
+post_install() {
+ fc-cache -f > /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+