summarylogtreecommitdiffstats
path: root/otf-aurebesh.install
diff options
context:
space:
mode:
authorShadow532015-06-11 14:01:33 -0700
committerShadow532015-06-11 14:01:33 -0700
commite56726a62a38e72ac9b48f8c86a80f06a2291dc8 (patch)
treea4628336167d53e6e43a535f0952c6466c311714 /otf-aurebesh.install
downloadaur-e56726a62a38e72ac9b48f8c86a80f06a2291dc8.tar.gz
First commit
Diffstat (limited to 'otf-aurebesh.install')
-rw-r--r--otf-aurebesh.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/otf-aurebesh.install b/otf-aurebesh.install
new file mode 100644
index 000000000000..fe5c52fe1795
--- /dev/null
+++ b/otf-aurebesh.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache >/dev/null -f
+ mkfontscale /usr/share/fonts/OTF
+ mkfontdir /usr/share/fonts/OTF
+ echo done
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}