aboutsummaryrefslogtreecommitdiff
path: root/extra/texinfo/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-14 20:55:01 +0300
committerCem Keylan <cem@ckyln.com>2020-09-14 20:55:01 +0300
commit015fbca6b761c9ca158b0bbdb893fe92261b982b (patch)
treece8502dab2042e6b5ed2cbf98a8c0f9111fa769e /extra/texinfo/post-install
parente19b1dab745a46797f6b385be4de9d35812272d0 (diff)
downloadrepository-015fbca6b761c9ca158b0bbdb893fe92261b982b.tar.gz
texinfo: add post-install
Diffstat (limited to 'extra/texinfo/post-install')
-rwxr-xr-xextra/texinfo/post-install3
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 \;