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