head	1.2;
access;
symbols
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.08.12.15.16.26;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2002.08.23.21.17.11;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove this ports as part of phase II of the GNOME 1.4 desktop removal.
@
text
@#!/bin/sh

if [ -n "${PACKAGE_BUILDING}" ]; then
    exit 0
fi

PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
export PATH

if [ ! -f ${2}/libdata/pkgconfig/libpanelapplet-2.0.pc ]; then
	exit 0
fi

echo "================================================================"
echo ""
echo "The GNOME 2.0 package libpanelapplet was detected on the system."
echo "file_menu_applet works only with the GNOME 1.0 panel."
echo ""
echo "================================================================"
false
@


1.1
log
@Use USE_GNOMENG.

PR:		41955
Submitted by:	maintainer
@
text
@@

