From c7fb739dd17a861c295c58ca81866d4d02768d12 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 11 Oct 2021 17:02:26 +0200 Subject: info: cleanup symlinks --- extra/info/post-install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 120000 => 100755 extra/info/post-install (limited to 'extra/info/post-install') diff --git a/extra/info/post-install b/extra/info/post-install deleted file mode 120000 index e9df43e8..00000000 --- a/extra/info/post-install +++ /dev/null @@ -1 +0,0 @@ -../texinfo/post-install \ No newline at end of file diff --git a/extra/info/post-install b/extra/info/post-install new file mode 100755 index 00000000..662b5ff5 --- /dev/null +++ b/extra/info/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +find "$CPT_ROOT/usr/share/info" -type f ! -name dir | while read -r file; do + install-info "$file" "$CPT_ROOT/usr/share/info/dir" +done -- cgit v1.2.3