summarylogtreecommitdiffstats
path: root/bebas_neue.install
diff options
context:
space:
mode:
Diffstat (limited to 'bebas_neue.install')
-rw-r--r--bebas_neue.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/bebas_neue.install b/bebas_neue.install
new file mode 100644
index 000000000000..58372246f8a2
--- /dev/null
+++ b/bebas_neue.install
@@ -0,0 +1,16 @@
+post_install () {
+ echo Updating font cache....
+ fc-cache -fs
+ mkfontscale /usr/share/fonts/OTF
+ mkfontdir /usr/share/fonts/OTF
+}
+
+post_upgrade () {
+ post_install "$1"
+}
+
+post_remove () {
+ post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et: