summarylogtreecommitdiffstats
path: root/univga.install
diff options
context:
space:
mode:
Diffstat (limited to 'univga.install')
-rw-r--r--univga.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/univga.install b/univga.install
new file mode 100644
index 000000000000..a61db7e4b9a8
--- /dev/null
+++ b/univga.install
@@ -0,0 +1,21 @@
+# arg 1: the new package version
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -f > /dev/null
+ mkfontscale /usr/share/fonts/local
+ mkfontdir /usr/share/fonts/local
+ echo "done."
+ echo "Note: univga is in /usr/share/fonts/local/"
+}
+
+# # arg 1: the new package version
+# # arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+#
+# # arg 1: the old package version
+post_remove() {
+ post_install $1
+}
+