#!/bin/sh
SESSION=$1
if [ $SESSION = "IceWM" ]
then
        exec udisks-glue --session
fi
