summaryrefslogtreecommitdiffstats
path: root/xorg-font/FUNCTIONS
diff options
context:
space:
mode:
authorEric Sandall2009-02-05 14:13:07 -0800
committerEric Sandall2009-02-05 14:14:12 -0800
commit26469919e750f1cf2c010476629291c9fadd2083 (patch)
treeccddbd31b176227d09320df19c4e2811f95d7b5e /xorg-font/FUNCTIONS
parentf4681a54f4716147dd9f5da43816ffbe4d89441f (diff)
font-{tex,x11}, xorg-font: Override Sorcery's default_post_resurrect
to do TeX/X11/foma specific font generation Part 3/2(sic) for Bug #14552
Diffstat (limited to 'xorg-font/FUNCTIONS')
-rwxr-xr-xxorg-font/FUNCTIONS7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-font/FUNCTIONS b/xorg-font/FUNCTIONS
index 8c24af80d4..1553c6268e 100755
--- a/xorg-font/FUNCTIONS
+++ b/xorg-font/FUNCTIONS
@@ -5,3 +5,10 @@ function default_post_remove() {
. $SECTION_DIRECTORY/X11_POST_REMOVE
}
+#---------------------------------------------------------------------
+## Replaces sorcerys default_post_resurrect with a -foma one
+#---------------------------------------------------------------------
+function default_post_resurrect() {
+ . $SECTION_DIRECTORY/X11_POST_RESURRECT
+}
+