diff --git a/templates/texinfo/INSTALL b/templates/texinfo/INSTALL deleted file mode 100644 index 5506a5a7359..00000000000 --- a/templates/texinfo/INSTALL +++ /dev/null @@ -1,34 +0,0 @@ -# -# This script registers all currently installed info files. -# -texinfo_files="info.info.gz info-stnd.info.gz texinfo.gz" -texinfo_files="${texinfo_files} texinfo-1.gz texinfo-2.gz texinfo-3.gz" - -case "${ACTION}" in -pre) - ;; -post) - for file in $(find ./usr/share/info -type f ! -name dir); do - for i in ${texinfo_files}; do - if [ "$(basename ${file#.})" = "${i}" ]; then - found=1 - break - fi - done - if [ -n "$found" ]; then - unset found - continue - fi - echo -n "Registering info file: ${file#.}... " - if [ "${file#.}" = "/usr/share/info/dir" ]; then - continue - fi - install-info $file ./usr/share/info/dir 2> /dev/null - if [ $? -eq 0 ]; then - echo "done." - else - echo "failed!" - fi - done - ;; -esac diff --git a/templates/texinfo/template b/templates/texinfo/template index 55d6fbde4de..baee145c2d6 100644 --- a/templates/texinfo/template +++ b/templates/texinfo/template @@ -1,7 +1,7 @@ # Template file for 'texinfo' pkgname=texinfo version=4.13a -revision=1 +revision=2 wrksrc="$pkgname-4.13" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure