#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system gnxhotplug() { gnxunwrap ${HPLUG} gnxfilelist start ${HPLUG} gnxmake install rm /etc/init.d/hotplug gnxfilelist finish ${HPLUG} } #eof