#!/bin/bash
cd /usr/src/hotplug-*/ ||exit

make install
#2do: be careful!: we only want to delete suboptimal hotplug scripts and use lfs-bootscripts instead
#rm -rf /etc/init.d
#2do: network hotplugging os not supported bei lfs-bootscripts
#rm -f /etc/hotplug/net.agent
