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