[SM-Commit] GIT changes to master grimoire by George Sherwood (248532e66088ff95cf33df410a3f63c0f527ea69)

George Sherwood scm at sourcemage.org
Sat Jan 17 13:57:48 EST 2009


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 editors/ed/HISTORY                                             |    6 ++++++
 editors/ed/POST_REMOVE                                         |    2 --
 editors/ed/PRE_REMOVE                                          |    1 +
 editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE |    2 ++
 editors/ed/REPAIR^all^POST_REMOVE                              |    2 --
 5 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 248532e66088ff95cf33df410a3f63c0f527ea69
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    ed: Add fixed to properly remove info directory
    entries

diff --git a/editors/ed/HISTORY b/editors/ed/HISTORY
index 408855d..1e51089 100644
--- a/editors/ed/HISTORY
+++ b/editors/ed/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^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE: Added
+	* REPAIR^all^POST_REMOVE: Deleted. Keeps adding un-needed POST_REMOVE
+
 2008-10-15 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.1
 
diff --git a/editors/ed/POST_REMOVE b/editors/ed/POST_REMOVE
deleted file mode 100755
index 712ff23..0000000
--- a/editors/ed/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info  --delete ed  --info-dir ${INSTALL_ROOT}/usr/share/info
-true
diff --git a/editors/ed/PRE_REMOVE b/editors/ed/PRE_REMOVE
new file mode 100755
index 0000000..68c5407
--- /dev/null
+++ b/editors/ed/PRE_REMOVE
@@ -0,0 +1 @@
+install-info  --delete ${INSTALL_ROOT}/usr/share/info/ed.info  --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE b/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE
new file mode 100755
index 0000000..712ff23
--- /dev/null
+++ b/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info  --delete ed  --info-dir ${INSTALL_ROOT}/usr/share/info
+true
diff --git a/editors/ed/REPAIR^all^POST_REMOVE b/editors/ed/REPAIR^all^POST_REMOVE
deleted file mode 100755
index 712ff23..0000000
--- a/editors/ed/REPAIR^all^POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info  --delete ed  --info-dir ${INSTALL_ROOT}/usr/share/info
-true



More information about the SM-Commit mailing list