#!/bin/sh if test -x /usr/sbin/umount.udisks; then exec /usr/sbin/umount.udisks $* else echo "/usr/sbin/umount.udisks not found." exit 1 fi