--- etc/hotplug/storage.orig	2009-01-08 18:21:58.000000000 +0100
+++ etc/hotplug/storage	2009-01-08 18:21:59.000000000 +0100
@@ -68,6 +68,11 @@
 	local	MPOINT=$2
 	local	MPNAME=$3
 
+	AUTOEND=$MPOINT/autoend.sh
+	if [ -x $AUTOEND ]; then
+		 $AUTOEND
+	fi
+	
 	passeeren
 	
 
