#!/bin/sh
    #uninstalling frontpage extensions for the main web
    /usr/local/frontpage/currentversion/bin/owsadm.exe -o uninstall -p 80
exit 0
