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

George Sherwood scm at sourcemage.org
Fri Jan 16 10:19:28 EST 2009


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

 utils/findutils/HISTORY                |    5 +++++
 utils/findutils/POST_REMOVE            |    1 -
 utils/findutils/PRE_REMOVE             |    2 ++
 utils/findutils/REPAIR^all^POST_REMOVE |    3 +++
 4 files changed, 10 insertions(+), 1 deletion(-)

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

    findutils: Fixed issue with removing info files

diff --git a/utils/findutils/HISTORY b/utils/findutils/HISTORY
index 8672d21..bdf83f5 100644
--- a/utils/findutils/HISTORY
+++ b/utils/findutils/HISTORY
@@ -1,3 +1,8 @@
+2009-01-16 George Sherwood <gsherwood at sourcemage.org>
+	* PRE_REMOVE: Added to remove info files
+	* POST_REMOVE: Deleted.
+	* REPAIR^all^POST_REMOVE: Added to fix tabet entry
+
 2008-03-15 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 4.4.0
 
diff --git a/utils/findutils/POST_REMOVE b/utils/findutils/POST_REMOVE
deleted file mode 100755
index 2100dd8..0000000
--- a/utils/findutils/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info  --delete find  --info-dir  ${INSTALL_ROOT}/usr/share/info
diff --git a/utils/findutils/PRE_REMOVE b/utils/findutils/PRE_REMOVE
new file mode 100755
index 0000000..1f504ce
--- /dev/null
+++ b/utils/findutils/PRE_REMOVE
@@ -0,0 +1,2 @@
+install-info  --delete ${INSTALL_ROOT}/usr/share/info/find.info  --info-dir  ${INSTALL_ROOT}/usr/share/info
+install-info  --delete ${INSTALL_ROOT}/usr/share/info/find-maint.info  --info-dir  ${INSTALL_ROOT}/usr/share/info
diff --git a/utils/findutils/REPAIR^all^POST_REMOVE b/utils/findutils/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..acca544
--- /dev/null
+++ b/utils/findutils/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info  --delete find  --info-dir  ${INSTALL_ROOT}/usr/share/info
+true
+



More information about the SM-Commit mailing list