summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gsfonts/xfonts.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/gsfonts/xfonts.install')
-rw-r--r--abs/core-testing/gsfonts/xfonts.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core-testing/gsfonts/xfonts.install b/abs/core-testing/gsfonts/xfonts.install
deleted file mode 100644
index 3eb0455..0000000
--- a/abs/core-testing/gsfonts/xfonts.install
+++ /dev/null
@@ -1,20 +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
-}
-
-op=$1
-shift
-
-$op $*