summarylogtreecommitdiffstats
path: root/yanc-font-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'yanc-font-git.install')
-rw-r--r--yanc-font-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/yanc-font-git.install b/yanc-font-git.install
deleted file mode 100644
index 633789db4998..000000000000
--- a/yanc-font-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache >/dev/null -f
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- xset fp rehash >/dev/null 2>&1
- echo done
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}