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