summaryrefslogtreecommitdiff
path: root/libre/xorg-fonts-type1/xfonts.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:25:21 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:25:21 -0300
commit2a6e3f965ac764b21c49f62508205634caba88b2 (patch)
tree512c1ea6389153fc90afa857d4b7b94d31cf6e18 /libre/xorg-fonts-type1/xfonts.install
parent1e8c57df2bd655f9f58809ecb5cde40b32d747c7 (diff)
downloadabslibre-2a6e3f965ac764b21c49f62508205634caba88b2.tar.gz
abslibre-2a6e3f965ac764b21c49f62508205634caba88b2.tar.bz2
abslibre-2a6e3f965ac764b21c49f62508205634caba88b2.zip
xorg-fonts-type1-7.7-2.parabola1: https sources, fonts hook rebuild
Diffstat (limited to 'libre/xorg-fonts-type1/xfonts.install')
-rw-r--r--libre/xorg-fonts-type1/xfonts.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/xorg-fonts-type1/xfonts.install b/libre/xorg-fonts-type1/xfonts.install
deleted file mode 100644
index 751ad77d6..000000000
--- a/libre/xorg-fonts-type1/xfonts.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/Type1
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}