--- etc/hotplug/storage.orig	2009-01-28 08:22:58.000000000 +0100
+++ etc/hotplug/storage	2009-01-28 08:22:58.000000000 +0100
@@ -42,6 +42,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
