summaryrefslogtreecommitdiff
path: root/libre/ttf-thai-libre/ttf.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/ttf-thai-libre/ttf.install')
-rw-r--r--libre/ttf-thai-libre/ttf.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/ttf-thai-libre/ttf.install b/libre/ttf-thai-libre/ttf.install
deleted file mode 100644
index 203190187..000000000
--- a/libre/ttf-thai-libre/ttf.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}