summarylogtreecommitdiffstats
path: root/fontconfig-ttf.hook
diff options
context:
space:
mode:
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'