summaryrefslogtreecommitdiffstats
path: root/fonts-tex
diff options
context:
space:
mode:
authorEric Sandall2009-01-30 16:30:34 -0800
committerEric Sandall2009-01-30 16:30:34 -0800
commit43eeec4f1dfdced74abe2872059b0f1f5267f18d (patch)
tree0937187d6fdff9cdd98dbe771f61727827b6aa19 /fonts-tex
parent7e4049e028f3338f063f46149d525e58d9cd292a (diff)
Revert "fonts-{tex,x11}/FUNCTIONS: Override Sorcery's default_post_remove"
This reverts commit 7e4049e028f3338f063f46149d525e58d9cd292a. musixps had a custom POST_REMOVE, which I just nuked. :(
Diffstat (limited to 'fonts-tex')
-rwxr-xr-xfonts-tex/FUNCTIONS7
-rw-r--r--fonts-tex/allrunes/HISTORY5
-rwxr-xr-xfonts-tex/allrunes/POST_REMOVE1
-rw-r--r--fonts-tex/cmbright/HISTORY5
-rwxr-xr-xfonts-tex/cmbright/POST_REMOVE1
-rw-r--r--fonts-tex/hieroglf/HISTORY5
-rwxr-xr-xfonts-tex/hieroglf/POST_REMOVE1
-rw-r--r--fonts-tex/musixps/HISTORY5
-rwxr-xr-xfonts-tex/musixps/POST_REMOVE7
-rw-r--r--fonts-tex/skak/HISTORY5
-rwxr-xr-xfonts-tex/skak/POST_REMOVE1
11 files changed, 11 insertions, 32 deletions
diff --git a/fonts-tex/FUNCTIONS b/fonts-tex/FUNCTIONS
deleted file mode 100755
index d4ecd09037..0000000000
--- a/fonts-tex/FUNCTIONS
+++ /dev/null
@@ -1,7 +0,0 @@
-#---------------------------------------------------------------------
-## Replaces Sorcery's default_post_remove with a TeX font one
-#---------------------------------------------------------------------
-function default_post_remove() {
- . $SECTION_DIRECTORY/TEX_POST_REMOVE
-}
-
diff --git a/fonts-tex/allrunes/HISTORY b/fonts-tex/allrunes/HISTORY
index 21ac66e70f..1367acb3a0 100644
--- a/fonts-tex/allrunes/HISTORY
+++ b/fonts-tex/allrunes/HISTORY
@@ -1,8 +1,3 @@
-2009-01-30 Eric Sandall <sandalle@sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
- Fixes Bug #14552
-
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 12072
diff --git a/fonts-tex/allrunes/POST_REMOVE b/fonts-tex/allrunes/POST_REMOVE
new file mode 100755
index 0000000000..2746e0990a
--- /dev/null
+++ b/fonts-tex/allrunes/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/cmbright/HISTORY b/fonts-tex/cmbright/HISTORY
index 260830ff5a..61bd810c3b 100644
--- a/fonts-tex/cmbright/HISTORY
+++ b/fonts-tex/cmbright/HISTORY
@@ -1,8 +1,3 @@
-2009-01-30 Eric Sandall <sandalle@sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
- Fixes Bug #14552
-
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 12172
diff --git a/fonts-tex/cmbright/POST_REMOVE b/fonts-tex/cmbright/POST_REMOVE
new file mode 100755
index 0000000000..2746e0990a
--- /dev/null
+++ b/fonts-tex/cmbright/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/hieroglf/HISTORY b/fonts-tex/hieroglf/HISTORY
index a9ef85ec63..1876fadd7b 100644
--- a/fonts-tex/hieroglf/HISTORY
+++ b/fonts-tex/hieroglf/HISTORY
@@ -1,8 +1,3 @@
-2009-01-30 Eric Sandall <sandalle@sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
- Fixes Bug #14552
-
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 11653
diff --git a/fonts-tex/hieroglf/POST_REMOVE b/fonts-tex/hieroglf/POST_REMOVE
new file mode 100755
index 0000000000..2746e0990a
--- /dev/null
+++ b/fonts-tex/hieroglf/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/musixps/HISTORY b/fonts-tex/musixps/HISTORY
index 0118e3e411..75e3f595b3 100644
--- a/fonts-tex/musixps/HISTORY
+++ b/fonts-tex/musixps/HISTORY
@@ -1,8 +1,3 @@
-2009-01-30 Eric Sandall <sandalle@sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
- Fixes Bug #14552
-
2007-01-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* PREPARE: removed, only cruft left from #1068
diff --git a/fonts-tex/musixps/POST_REMOVE b/fonts-tex/musixps/POST_REMOVE
new file mode 100755
index 0000000000..dbcabe382b
--- /dev/null
+++ b/fonts-tex/musixps/POST_REMOVE
@@ -0,0 +1,7 @@
+TEXMF=`kpsetool -v '$TEXMFMAIN'` &&
+
+sedit "/p +musix\.map/d" ${TEXMF}/dvips/config/config.ps &&
+sedit "/f musix\.map/d" ${TEXMF}/dvipdfm/config/config &&
+sedit "/map musix\.map/d" ${TEXMF}/pdftex/config/pdftex.cfg &&
+
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/skak/HISTORY b/fonts-tex/skak/HISTORY
index f0f563fa50..dbaff05991 100644
--- a/fonts-tex/skak/HISTORY
+++ b/fonts-tex/skak/HISTORY
@@ -1,8 +1,3 @@
-2009-01-30 Eric Sandall <sandalle@sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
- Fixes Bug #14552
-
2006-10-11: David Kowis <dkowis@shlrm.org>
* DETAILS: made source file unversioned "quick" fix bug 11193
diff --git a/fonts-tex/skak/POST_REMOVE b/fonts-tex/skak/POST_REMOVE
new file mode 100755
index 0000000000..2746e0990a
--- /dev/null
+++ b/fonts-tex/skak/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE