summarylogtreecommitdiffstats
path: root/ttf-junction.install
diff options
context:
space:
mode:
authoreeva2016-02-15 01:01:58 +0100
committereeva2016-02-15 01:01:58 +0100
commit001c15dbcf015900ded9a1ff10f21e13ab89db0f (patch)
treee9ccc0ebde18bf1296e236d085c3b08b35c7704d /ttf-junction.install
parent7712aa8c9ce61085417a810e1779802b60ac45bb (diff)
downloadaur-001c15dbcf015900ded9a1ff10f21e13ab89db0f.tar.gz
Initial commit
Diffstat (limited to 'ttf-junction.install')
-rw-r--r--ttf-junction.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-junction.install b/ttf-junction.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-junction.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -s > /dev/null
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}