diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:55:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:55:01 +0300 |
commit | 015fbca6b761c9ca158b0bbdb893fe92261b982b (patch) | |
tree | ce8502dab2042e6b5ed2cbf98a8c0f9111fa769e /extra/texinfo | |
parent | e19b1dab745a46797f6b385be4de9d35812272d0 (diff) | |
download | repository-015fbca6b761c9ca158b0bbdb893fe92261b982b.tar.gz |
texinfo: add post-install
Diffstat (limited to 'extra/texinfo')
-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 \; |