summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorLuis Henrique Mello2016-08-07 17:45:59 -0300
committerLuis Henrique Mello2016-08-07 17:45:59 -0300
commitb8b378aa9728a866d4e702bfc5eb229492a369a6 (patch)
treefed1977012345dd66b917855a0a663af3db33b2e /install
downloadaur-b8b378aa9728a866d4e702bfc5eb229492a369a6.tar.gz
first commit
Diffstat (limited to 'install')
-rw-r--r--install13
1 files changed, 13 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..9793e0ba28fc
--- /dev/null
+++ b/install
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s > /dev/null
+ mkfontscale /usr/share/fonts/Type1
+ mkfontdir /usr/share/fonts/Type1
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}