summarylogtreecommitdiffstats
path: root/otf-texgyre-pagella-math.install
diff options
context:
space:
mode:
Diffstat (limited to 'otf-texgyre-pagella-math.install')
-rw-r--r--otf-texgyre-pagella-math.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/otf-texgyre-pagella-math.install b/otf-texgyre-pagella-math.install
new file mode 100644
index 000000000000..40597002b239
--- /dev/null
+++ b/otf-texgyre-pagella-math.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo -n 'Updating font cacheā€¦'
+ fc-cache -fs >/dev/null
+ mkfontscale /usr/share/fonts/OTF
+ mkfontdir /usr/share/fonts/OTF
+ echo ' done'
+}
+
+post_upgrade() {
+ post_install
+}