summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-}