summarylogtreecommitdiffstats
path: root/fontconfig-ttf.hook
diff options
context:
space:
mode:
authoryar2018-10-20 18:09:25 -0700
committeryar2018-10-20 18:16:04 -0700
commitfa71f311d083ee891ba113633c833825d67dc8cb (patch)
treebf68aaf4458d7d8a1ac06f10b005a2e4c537a316 /fontconfig-ttf.hook
parent8cff67713277e4dfc184e147b3f2061b8eb9be2f (diff)
downloadaur-fa71f311d083ee891ba113633c833825d67dc8cb.tar.gz
fontconfig hook is obsolete
those commands are provided by hooks in dependencies (fontconfig, xorg-mkfontdir)
Diffstat (limited to 'fontconfig-ttf.hook')
-rw-r--r--fontconfig-ttf.hook11
1 files changed, 0 insertions, 11 deletions
diff --git a/fontconfig-ttf.hook b/fontconfig-ttf.hook
deleted file mode 100644
index 24d3596b8392..000000000000
--- a/fontconfig-ttf.hook
+++ /dev/null
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/fonts/TTF/*
-
-[Action]
-Description = Updating TTF fonts...
-When = PostTransaction
-Exec = /bin/sh -c '/usr/bin/fc-cache -fs; /usr/bin/mkfontscale usr/share/fonts/TTF; /usr/bin/mkfontdir usr/share/fonts/TTF'