summaryrefslogtreecommitdiffstats
path: root/abs/core/texinfo/texinfo-install.hook
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-15 22:42:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-15 22:42:06 (GMT)
commit508922f8518b3c3d0400f0ce678ebe072ccc69cb (patch)
tree6fe1dee5044ec7794a68f95936392edeec3e91ea /abs/core/texinfo/texinfo-install.hook
parentf310ab33c7a7a052498345bf1ab4ed0b8109a237 (diff)
downloadlinhes_pkgbuild-508922f8518b3c3d0400f0ce678ebe072ccc69cb.zip
linhes_pkgbuild-508922f8518b3c3d0400f0ce678ebe072ccc69cb.tar.gz
linhes_pkgbuild-508922f8518b3c3d0400f0ce678ebe072ccc69cb.tar.bz2
texinfo: update to 6.5
Diffstat (limited to 'abs/core/texinfo/texinfo-install.hook')
-rw-r--r--abs/core/texinfo/texinfo-install.hook11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/texinfo/texinfo-install.hook b/abs/core/texinfo/texinfo-install.hook
new file mode 100644
index 0000000..80f7896
--- /dev/null
+++ b/abs/core/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