--- etc/hotplug/storage.orig	2010-02-06 12:53:28.000000000 +0100
+++ etc/hotplug/storage	2010-02-06 12:53:53.000000000 +0100
@@ -51,6 +51,10 @@
 local DEVICE=$1
 local MPOINT=$2
 local MPNAME=$3
+AUTOEND=$MPOINT/autoend.sh
+if [ -x $AUTOEND ]; then
+$AUTOEND
+fi
 passeeren
 if [ -p "/var/tam/mount" ]; then
 echo "u$MPOINT" > /var/tam/mount
