head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.01.14.21.15.45;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2004.02.04.08.56.00;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove expired ports
@
text
@#!/bin/sh
DIFF=${PKG_PREFIX}/www/data/mt/mt.diff
CGIDIR=${PKG_PREFIX}/www/cgi-bin/mt

if [ "$2" = "POST-INSTALL" ]; then
  cat ${DIFF} | patch -d ${CGIDIR} --forward --quiet -E -p1
  find ${CGIDIR} -name "*.orig" -delete
elif [ "$2" = "DEINSTALL" ]; then
  cat ${DIFF} | patch -d ${CGIDIR} --reverse --quiet -E -p1
  find ${CGIDIR} -name "*.orig" -delete
fi
@


1.1
log
@- apply patches from Jedi
- update 2.661 and keep up with www/MT
- take maintainership

Submitted by:	Jedi@@idej.org
@
text
@@

