summarylogtreecommitdiffstats
path: root/ttf-abibas.install
diff options
context:
space:
mode:
authorMartin Potier2015-09-01 00:11:49 +0200
committerMartin Potier2015-09-01 00:11:49 +0200
commit56e4edb0a54fdf2b30cd4cc656a6cbac0f262b1d (patch)
tree7d1ef12a25793351ab2cf8f1bc665173e1025b50 /ttf-abibas.install
downloadaur-56e4edb0a54fdf2b30cd4cc656a6cbac0f262b1d.tar.gz
Initial commit
Diffstat (limited to 'ttf-abibas.install')
-rw-r--r--ttf-abibas.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-abibas.install b/ttf-abibas.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-abibas.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
+}