summarylogtreecommitdiffstats
path: root/siji-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'siji-git.install')
-rw-r--r--siji-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/siji-git.install b/siji-git.install
new file mode 100644
index 000000000000..42df5cface83
--- /dev/null
+++ b/siji-git.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo -n "Updating font cache."
+ mkfontscale /usr/share/fonts/misc
+ mkfontdir /usr/share/fonts/misc
+ xset +fp /usr/share/fonts/misc
+ xset fp rehash
+ fc-cache -f
+ echo "Finished updating font cache."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}