New commits:
commit a04fd89a5aae8f2070d21b5738af9b1928d9889f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
sed: Add fixes for removal of info pages.
diff --git a/editors/sed/HISTORY b/editors/sed/HISTORY
index 02158cc..7f6ad68 100644
--- a/editors/sed/HISTORY
+++ b/editors/sed/HISTORY
@@ -1,3 +1,9 @@
+2009-01-17 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Deleted
+ * PRE_REMOVE: Added to properly delete info file from dir
+ * REPAIR^9f109db51370ba0022026d0538fcb312^POST_REMOVE: Added
+ to repair tablet failures on dispel.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/editors/sed/POST_REMOVE b/editors/sed/POST_REMOVE
deleted file mode 100755
index 39b7117..0000000
--- a/editors/sed/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete sed --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/editors/sed/PRE_REMOVE b/editors/sed/PRE_REMOVE
new file mode 100755
index 0000000..cce62bb
--- /dev/null
+++ b/editors/sed/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/sed.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/editors/sed/REPAIR^9f109db51370ba0022026d0538fcb312^POST_REMOVE
b/editors/sed/REPAIR^9f109db51370ba0022026d0538fcb312^POST_REMOVE
new file mode 100755
index 0000000..939c07c
--- /dev/null
+++ b/editors/sed/REPAIR^9f109db51370ba0022026d0538fcb312^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete sed --info-dir ${INSTALL_ROOT}/usr/share/info
+true
[SM-Commit] GIT changes to master grimoire by George Sherwood (a04fd89a5aae8f2070d21b5738af9b1928d9889f),
George Sherwood, 01/17/2009