summarylogtreecommitdiffstats
path: root/gsfonts-cyr.install
diff options
context:
space:
mode:
Diffstat (limited to 'gsfonts-cyr.install')
-rw-r--r--gsfonts-cyr.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/gsfonts-cyr.install b/gsfonts-cyr.install
new file mode 100644
index 000000000000..f15e9d048569
--- /dev/null
+++ b/gsfonts-cyr.install
@@ -0,0 +1,14 @@
+post_install() {
+ fc-cache -s > /dev/null
+ mkfontscale /usr/share/fonts/Type1
+ mkfontdir /usr/share/fonts/Type1
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+