From 56f955aca6231693fe797de4793f77ed58ab116e Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Mon, 1 Oct 2018 01:51:03 +0200 Subject: Add some base packages for ppc64le --- libre-testing/texinfo/texinfo-install.hook | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre-testing/texinfo/texinfo-install.hook (limited to 'libre-testing/texinfo/texinfo-install.hook') diff --git a/libre-testing/texinfo/texinfo-install.hook b/libre-testing/texinfo/texinfo-install.hook new file mode 100644 index 000000000..80f789629 --- /dev/null +++ b/libre-testing/texinfo/texinfo-install.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Target = usr/share/info/* + +[Action] +Description = Updating the info directory file... +When = PostTransaction +Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done' +NeedsTargets -- cgit v1.2.3