summarylogtreecommitdiffstats
path: root/bebas_neue.install
diff options
context:
space:
mode:
authorManuel2015-07-25 02:55:48 +0200
committerManuel2015-07-25 02:55:48 +0200
commita88708fce91d298889309b665a2a59fc6a50025d (patch)
tree29e8c21b19e12f6839b1c487a0bcb8d6919d88f7 /bebas_neue.install
downloadaur-a88708fce91d298889309b665a2a59fc6a50025d.tar.gz
Initial import
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: