New commits:
commit 2c3ba3098688a5ba9342f269f971eeb1845bce01
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
cpio: Fixed info file deletion problem in POST_REMOVE.
diff --git a/archive/cpio/HISTORY b/archive/cpio/HISTORY
index f956f1d..a27e0b9 100644
--- a/archive/cpio/HISTORY
+++ b/archive/cpio/HISTORY
@@ -1,3 +1,8 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_REMOVE: Added to remove info files properly
+ * POST_REMOVE: Removed.
+ * REPAIR^all^POST_REMOVE: Repair table version not to fail.
+
2008-03-20 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43: Patch to fix compilation with gcc 4.3.0 from
diff --git a/archive/cpio/POST_REMOVE b/archive/cpio/POST_REMOVE
deleted file mode 100755
index 43d2a86..0000000
--- a/archive/cpio/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete cpio --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/archive/cpio/PRE_REMOVE b/archive/cpio/PRE_REMOVE
new file mode 100755
index 0000000..c443106
--- /dev/null
+++ b/archive/cpio/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/cpio.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/archive/cpio/REPAIR^all^POST_REMOVE
b/archive/cpio/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..25b508b
--- /dev/null
+++ b/archive/cpio/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete cpio --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+
[SM-Commit] GIT changes to master grimoire by George Sherwood (2c3ba3098688a5ba9342f269f971eeb1845bce01),
George Sherwood, 01/15/2009