From 015fbca6b761c9ca158b0bbdb893fe92261b982b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Sep 2020 20:55:01 +0300 Subject: texinfo: add post-install --- extra/texinfo/post-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 extra/texinfo/post-install (limited to 'extra/texinfo') 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 \; -- cgit v1.2.3