#!/bin/sh

if [ ! -d "/etc/Network Neighborhood" ]; then
        mkdir "/etc/Network Neighborhood"
fi

echo "Install successful!"

exit 0
