summarylogtreecommitdiffstats
path: root/font.install
diff options
context:
space:
mode:
authoryar2017-04-12 11:39:27 -0700
committeryar2017-04-12 11:39:27 -0700
commitf8f3a10cd13c8a4b15f196c451354488a541df8d (patch)
tree1c5a2d28ad70799afb70898ccdec473af9502c1a /font.install
parentfa963a3280e1ae1e3710eb1a7cfce54185005870 (diff)
downloadaur-f8f3a10cd13c8a4b15f196c451354488a541df8d.tar.gz
use ALPM hook instead of install file
Diffstat (limited to 'font.install')
-rw-r--r--font.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/font.install b/font.install
deleted file mode 100644
index 18666d2a3d6c..000000000000
--- a/font.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -fs
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}