[SM-Commit] GIT changes to master grimoire by George Sherwood (48dbfbe7a2e42611a4b4dc6ddf553838e0fd99f2)
George Sherwood
scm at sourcemage.org
Thu Jan 15 16:17:39 EST 2009
GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:
archive/tar/HISTORY | 4 ++++
archive/tar/PRE_REMOVE | 1 +
2 files changed, 5 insertions(+)
New commits:
commit 48dbfbe7a2e42611a4b4dc6ddf553838e0fd99f2
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
tar: Add proper fix for info files to be removed from
the directory.
diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index 96e2a05..04dba15 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,7 @@
+2009-01-15 George Sherwood <gsherwood at sourcemage.org>
+ * PRE_REMOVE: Added to properly removed the info files from the
+ directory.
+
2008-12-30 Vlad Glagolev <stealth at sourcemage.org>
* REPAIR^all^POST_REMOVE: added forgotten line
diff --git a/archive/tar/PRE_REMOVE b/archive/tar/PRE_REMOVE
new file mode 100755
index 0000000..5ae5449
--- /dev/null
+++ b/archive/tar/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete $INSTALL_ROOT/usr/share/info/tar.info --info-dir $INSTALL_ROOT/usr/share/info
More information about the SM-Commit
mailing list