summarylogtreecommitdiffstats
path: root/ttf-oxygen-gf.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-oxygen-gf.install')
-rw-r--r--ttf-oxygen-gf.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-oxygen-gf.install b/ttf-oxygen-gf.install
new file mode 100644
index 000000000000..23f2b8398c8e
--- /dev/null
+++ b/ttf-oxygen-gf.install
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}