diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-13 12:59:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-13 12:59:10 +0000 |
commit | d33ca129628496d1979d12988b120b2034f85f3f (patch) | |
tree | 7bb1ccef1b4f55a28525a850cb25be1406345892 /debian/postinst | |
parent | afd0560120832764011b86a08de49fe12d93235c (diff) |
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* rules (INFODIR): Move to /share.
* postinst: Likewise.
Submitted by Guillem Jover <guillem.jover@menta.net>, Closes: #146797.
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 89c26bec..05e30d3e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -16,7 +16,7 @@ set -e # Install info files into the dir file. -install-info --quiet --section "Hurd" "The Hurd" /usr/info/hurd.info.gz +install-info --quiet --section "Hurd" "The Hurd" /usr/share/info/hurd.info.gz # Manage alternatives. |