#!/bin/sh
# postrm script for metromap-fremantle
#
     rm -rf /home/user/MyDocs/MetroMap
     exit 0


