# hdw - linux texinfo package # # author: hackbard@hackdaworld.org # # [V] 4.8a # [S] 1-2 2-10 # [D] texinfo-4.8a.tar.bz2 ftp://ftp.gnu.org/pub/gnu/texinfo/ if [ "$stage" = "2" ] ; then post_install() { # TEXMF specifies root of textree (hopefully not an install loc) make TEXMF=/usr/share/texmf install-tex } fi