#!/bin/sh
TMP=/tmp/.infos

rm -rf /var/swap/extensions/StreetInfo

echo "successfully removed"
echo "syncing disk"
sync
exit 0