summarylogtreecommitdiffstats
path: root/ttf-luculent.install
diff options
context:
space:
mode:
authorLorenzo Giuliani2015-08-13 13:43:19 +0100
committerLorenzo Giuliani2015-08-13 13:43:19 +0100
commit5ac6cfd2c1eea139a609615f2c513ae8ce628221 (patch)
tree90f7fd75c0900e4f1e189ab375dc47586a52fb6f /ttf-luculent.install
downloadaur-5ac6cfd2c1eea139a609615f2c513ae8ce628221.tar.gz
import previous files found in google cache
Diffstat (limited to 'ttf-luculent.install')
-rw-r--r--ttf-luculent.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttf-luculent.install b/ttf-luculent.install
new file mode 100644
index 000000000000..0fa5e629dc6e
--- /dev/null
+++ b/ttf-luculent.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache usr/share/fonts/TTF
+ mkfontdir usr/share/fonts/TTF
+ echo "done"
+}
+
+post_upgrade() {
+ echo -n "Updating font cache... "
+ echo "done"
+}