summarylogtreecommitdiffstats
path: root/otf-xits.install
diff options
context:
space:
mode:
authorMatt Kline2017-04-05 23:06:54 -0700
committerMatt Kline2017-04-05 23:08:56 -0700
commit566d8c31e0460b93c5579befac2075e649ebb007 (patch)
tree2dda2c9236c1085950d0d03c1932f1cfb8348b31 /otf-xits.install
parent05318643fe98314c773e06a6f088631fd172f405 (diff)
downloadaur-566d8c31e0460b93c5579befac2075e649ebb007.tar.gz
Package release 4
- Remove install scripts in favor of pacman hooks. (These didn't exist last time this package was updated.) - Switch from MD5 to SHA256 for checksum.
Diffstat (limited to 'otf-xits.install')
-rw-r--r--otf-xits.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/otf-xits.install b/otf-xits.install
deleted file mode 100644
index 0476998b74dc..000000000000
--- a/otf-xits.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}