Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > bf0cb782fe3d68c386e7a604ee7e5eba > files > 3

halevt-0.1.5-5mdv2010.1.src.rpm

#!/bin/sh
MOUNTPOINT=$1
if [[ "$MOUNTPOINT" =~ ^/media/ ]] && [ -d "$MOUNTPOINT" ]; then
    exec halevt-explore-directory "$MOUNTPOINT"
fi