summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-02-25 17:51:32 +0100
committerJaka Kranjc2007-02-25 17:51:53 +0100
commit4ef6429f7eec8fe0603cd5d59df2884b898a8962 (patch)
treeaec873c4a3a3061edcc8edde176c6e25fa6225ed
parent0a50d3f999621e3f40656787648b9bb3e6c73f6d (diff)
fix #13495
-rw-r--r--ftp/wget/HISTORY3
-rwxr-xr-xftp/wget/REPAIR^all^POST_REMOVE2
-rwxr-xr-xutils/grep/HISTORY3
-rwxr-xr-xutils/grep/REPAIR^all^POST_REMOVE2
4 files changed, 10 insertions, 0 deletions
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index f2fa21282a..403efa650e 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * REPAIR^all^POST_REMOVE: added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
* POST_REMOVE, INSTALL: fixing bug #12807 (problems with install-info
* from dpkg spell).
diff --git a/ftp/wget/REPAIR^all^POST_REMOVE b/ftp/wget/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000000..76b363f0d3
--- /dev/null
+++ b/ftp/wget/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/wget.info
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 4d9bde799a..160d11564d 100755
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * REPAIR^all^POST_REMOVE:added for #13495
+
2007-01-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
* INSTALL, POST_REMOVE: fixing bug #12808 (problems with install-info
* from dpkg spell)
diff --git a/utils/grep/REPAIR^all^POST_REMOVE b/utils/grep/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000000..2ab5fc5323
--- /dev/null
+++ b/utils/grep/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/grep.info