#!/bin/bash 

if [ -f "$UM_MOUNTPOINT/autorun.inf" ] 
then
  logger "99_fuck-automount-device: found autorun.inf on $UM_MOUNTPOINT => umounting"
  umount -l $UM_MOUNTPOINT
fi
