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

George Sherwood scm at sourcemage.org
Fri Jan 16 08:14:29 EST 2009


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

 shell-term-fm/bash/HISTORY                |    5 +++++
 shell-term-fm/bash/POST_REMOVE            |    1 -
 shell-term-fm/bash/PRE_REMOVE             |    1 +
 shell-term-fm/bash/REPAIR^all^POST_REMOVE |    4 ++++
 4 files changed, 10 insertions(+), 1 deletion(-)

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

    bash: Updated to delete info entries in PRE_REMOVE

diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 079d87f..a1bcd76 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,8 @@
+2009-01-16 George Sherwood <gsherwood at sourcemage.org>
+	* POST_REMOVE: Removed entries to delete from info dir
+	* PRE_REMOVE: Added entries to delete from info dir
+	* REPAIR^all^POST_REMOVE: Added to removed unneeded entries
+
 2009-01-06 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 3.2.48; added sig IGNOREs
 	* patches: removed
diff --git a/shell-term-fm/bash/POST_REMOVE b/shell-term-fm/bash/POST_REMOVE
index 341c66c..bc6ed7e 100755
--- a/shell-term-fm/bash/POST_REMOVE
+++ b/shell-term-fm/bash/POST_REMOVE
@@ -1,4 +1,3 @@
 . $GRIMOIRE/FUNCTIONS
-install-info  --delete bash  --info-dir ${INSTALL_ROOT}/usr/share/info
 remove_shell $SPELL /bin/$SPELL
 remove_shell $SPELL /bin/$SPELL.static
diff --git a/shell-term-fm/bash/PRE_REMOVE b/shell-term-fm/bash/PRE_REMOVE
new file mode 100755
index 0000000..274f69e
--- /dev/null
+++ b/shell-term-fm/bash/PRE_REMOVE
@@ -0,0 +1 @@
+install-info  --delete ${INSTALL_ROOT}/usr/share/info/bash.info  --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/shell-term-fm/bash/REPAIR^all^POST_REMOVE b/shell-term-fm/bash/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..5a64743
--- /dev/null
+++ b/shell-term-fm/bash/REPAIR^all^POST_REMOVE
@@ -0,0 +1,4 @@
+. $GRIMOIRE/FUNCTIONS
+remove_shell $SPELL /bin/$SPELL
+remove_shell $SPELL /bin/$SPELL.static
+



More information about the SM-Commit mailing list