diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:53:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:53:39 +0300 |
commit | e19b1dab745a46797f6b385be4de9d35812272d0 (patch) | |
tree | 71cb0c65fece1910d6ecc2a72cc0f703a6d83155 /extra/info/post-install | |
parent | e03022013203c8d408174400bbd0406742c4e8f9 (diff) | |
download | repository-e19b1dab745a46797f6b385be4de9d35812272d0.tar.gz |
info: build install-info
Diffstat (limited to 'extra/info/post-install')
-rwxr-xr-x | extra/info/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/info/post-install b/extra/info/post-install new file mode 100755 index 00000000..8e50bc63 --- /dev/null +++ b/extra/info/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +find /usr/share/info -type f ! -name dir -exec install-info {} /usr/share/info/dir \; |