summaryrefslogtreecommitdiffstats
path: root/abs/extra/ttf-google-fonts-git/font.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-02-01 23:11:16 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-02-01 23:11:16 (GMT)
commite783e07d6bd1dcd0671850582eaf001970ef82bb (patch)
treede55d43726d0481de341a0e4df422b397d9da073 /abs/extra/ttf-google-fonts-git/font.install
parentc3b25929b65d947e0e85fc6ef06b79fd7b2198f3 (diff)
downloadlinhes_pkgbuild-e783e07d6bd1dcd0671850582eaf001970ef82bb.zip
linhes_pkgbuild-e783e07d6bd1dcd0671850582eaf001970ef82bb.tar.gz
linhes_pkgbuild-e783e07d6bd1dcd0671850582eaf001970ef82bb.tar.bz2
ttf-google-fonts-git: remove and replace with individual fonts as needed
Diffstat (limited to 'abs/extra/ttf-google-fonts-git/font.install')
-rw-r--r--abs/extra/ttf-google-fonts-git/font.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/extra/ttf-google-fonts-git/font.install b/abs/extra/ttf-google-fonts-git/font.install
deleted file mode 100644
index faf717e..0000000
--- a/abs/extra/ttf-google-fonts-git/font.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
-}
-
-post_remove() {
- post_install $1
-} \ No newline at end of file