summarylogtreecommitdiffstats
path: root/ttf-meslo.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-meslo.install')
-rw-r--r--ttf-meslo.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/ttf-meslo.install b/ttf-meslo.install
deleted file mode 100644
index 2dc1d4132ca5..000000000000
--- a/ttf-meslo.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f -s > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: