summarylogtreecommitdiffstats
path: root/otf.install
diff options
context:
space:
mode:
authorCaleb Maclennan2018-03-01 15:46:46 +0300
committerCaleb Maclennan2018-03-01 15:59:13 +0300
commitf662b41ed1557c327ffcdef2eb10284ccf6aa359 (patch)
treef24caa60bf16424bda21dd7b0e31a45fc494763b /otf.install
parentefb9ada78eac2b64cfc355aaf37b86a79565e3d2 (diff)
downloadaur-f662b41ed1557c327ffcdef2eb10284ccf6aa359.tar.gz
Remove post_install function obsoleted by default fontconfig hook
Diffstat (limited to 'otf.install')
-rw-r--r--otf.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/otf.install b/otf.install
deleted file mode 100644
index b0935f6fd98d..000000000000
--- a/otf.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-