#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxmstt() { gnxfilelist start ${1} cd /usr/X11R6/lib/X11/fonts tar xvfz /parts/src/msttcorefonts.tar.gz cd msttcorefonts ttmkfdir cp fonts.scale fonts.dir mkttalias.sh gnxfilelist finish ${1} } #eof