diff options
Diffstat (limited to 'extra/texinfo/post-install')
-rwxr-xr-x | extra/texinfo/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/texinfo/post-install b/extra/texinfo/post-install new file mode 100755 index 00000000..8e50bc63 --- /dev/null +++ b/extra/texinfo/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +find /usr/share/info -type f ! -name dir -exec install-info {} /usr/share/info/dir \; |