summarylogtreecommitdiffstats
path: root/updatefont.install
diff options
context:
space:
mode:
authorLennard Hofmann2020-08-30 08:19:31 +0200
committerLennard Hofmann2020-08-30 08:19:31 +0200
commit56a98a202b752198086aad33ac197db25ca876de (patch)
tree49cc48e7b602bb60108c026e2f809ef84d8b7472 /updatefont.install
parent0a841774b2c066b1ca3ea04e4d64b03a0b844780 (diff)
downloadaur-ttf-impallari-libre-baskerville.tar.gz
Adopt package, download from commit not master, cleanup
- pkgdesc: Should not be self-referencing - Remove dependencies and install script, see https://wiki.archlinux.org/index.php/Font_package_guidelines - screenshot: 404 - license: OFL is treated like a common license
Diffstat (limited to 'updatefont.install')
-rw-r--r--updatefont.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/updatefont.install b/updatefont.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/updatefont.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}