summarylogtreecommitdiffstats
path: root/ttf-churchslavonic.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-churchslavonic.install')
-rw-r--r--ttf-churchslavonic.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/ttf-churchslavonic.install b/ttf-churchslavonic.install
new file mode 100644
index 000000000000..905d8c8c7702
--- /dev/null
+++ b/ttf-churchslavonic.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -fs >/dev/null
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+ echo "done."
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+