#! /bin/sh
# vim: ft=sh

if test "$2" = "DEINSTALL"; then

# remove the two files that were created during installation

  rm -f /usr/local/share/portsview/sqlports2.db
  rm -f /var/www/htdocs/bsd.port.mk.html

fi
