summaryrefslogtreecommitdiff
path: root/pcr/gohufont/gohufont.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gohufont/gohufont.install')
-rw-r--r--pcr/gohufont/gohufont.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/gohufont/gohufont.install b/pcr/gohufont/gohufont.install
deleted file mode 100644
index 3fb67c03b..000000000
--- a/pcr/gohufont/gohufont.install
+++ /dev/null
@@ -1,22 +0,0 @@
-post_install() {
- echo "Updating font cache... "
- fc-cache -fs >/dev/null 2>&1
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- xset fp rehash >/dev/null 2>&1
- echo "Make sure that the line"
- echo "FontPath \"/usr/share/fonts/misc\""
- echo "is present in xorg.conf under the \"Files\" section"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- fc-cache -fs >/dev/null 2>&1
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- xset fp rehash >/dev/null 2>&1
-}
-