summarylogtreecommitdiffstats
path: root/nerd-fonts-arimo.install
diff options
context:
space:
mode:
authorT.J. Townsend2022-08-20 12:47:21 -0400
committerT.J. Townsend2022-08-20 12:47:21 -0400
commit8131ca79e20a8f3f2fcec0633972b5fa180d94b8 (patch)
tree725be0ecd9125a39856c9fae4bc219a063c7b655 /nerd-fonts-arimo.install
parentc64ba131608fb13fcf0f6c863cd9fb5b90c6494f (diff)
downloadaur-8131ca79e20a8f3f2fcec0633972b5fa180d94b8.tar.gz
clean up PKGBUILD, remove useless install file
Diffstat (limited to 'nerd-fonts-arimo.install')
-rw-r--r--nerd-fonts-arimo.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/nerd-fonts-arimo.install b/nerd-fonts-arimo.install
deleted file mode 100644
index f26fc68b9c62..000000000000
--- a/nerd-fonts-arimo.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}