summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2018-10-30 13:04:17 +0100
committerAlexander Kobel2018-10-30 13:04:17 +0100
commit91389d9f9f5b1f4fdf43b9d1550c35c53a3927fe (patch)
tree70c0fee7e53c38f314a1ee84c87f0646c046a2fd
parent1fb293af2e28c757637f114ed051b22c48bd027c (diff)
downloadaur-91389d9f9f5b1f4fdf43b9d1550c35c53a3927fe.tar.gz
remove superfluous install file (covered by fontconfig's post-transaction hooks)
-rw-r--r--otf-alegreya.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/otf-alegreya.install b/otf-alegreya.install
deleted file mode 100644
index 1aae7e73bcb5..000000000000
--- a/otf-alegreya.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}