summaryrefslogtreecommitdiff
path: root/libre/xorg-fonts-type1-libre/xfonts.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/xorg-fonts-type1-libre/xfonts.install')
-rw-r--r--libre/xorg-fonts-type1-libre/xfonts.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/xorg-fonts-type1-libre/xfonts.install b/libre/xorg-fonts-type1-libre/xfonts.install
deleted file mode 100644
index 51688a1d1..000000000
--- a/libre/xorg-fonts-type1-libre/xfonts.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/Type1
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}