summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAline Abler2021-11-27 11:27:25 +0100
committerAline Abler2021-11-27 11:31:00 +0100
commit866b7f73540b66a38e4ab680024117e67be9774e (patch)
tree8742384664e4f3625c7c4e0bb976d75f9dccee09 /install
parent2d3d2b3648b4e43b261c8d75bdc45077a736276f (diff)
downloadaur-866b7f73540b66a38e4ab680024117e67be9774e.tar.gz
Update sources
Diffstat (limited to 'install')
-rw-r--r--install13
1 files changed, 0 insertions, 13 deletions
diff --git a/install b/install
deleted file mode 100644
index 0fc2f60814bc..000000000000
--- a/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s -f > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}