From 4d01cfa7fdbb018af1417551bf20cc95abda8155 Mon Sep 17 00:00:00 2001 From: vs Date: Mon, 30 Aug 2004 08:06:56 +0000 Subject: Fix deinstallation. PR: ports/69282 Submitted by: Hideyuki KURASHINA (rushani@) Approved by: maintainer timeout (cy's busy in RL) --- sysutils/screen/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist index 32112173b2b7..4bf7b39f7bc4 100644 --- a/sysutils/screen/pkg-plist +++ b/sysutils/screen/pkg-plist @@ -16,9 +16,9 @@ bin/screen %%DATADIR%%/utf8encodings/cc %%DATADIR%%/utf8encodings/cd %%DATADIR%%/utf8encodings/d6 -@unexec if cmp -s %D/etc/screenrc %%EXAMPLESDIR%%/screenrc; then rm -f %D/etc/screenrc; else echo If permanently deleting this package, %%PREFIX%%/etc/screenrc must be removed manually; fi +@unexec if cmp -s %D/etc/screenrc %D/%%EXAMPLESDIR%%/screenrc; then rm -f %D/etc/screenrc; else echo If permanently deleting this package, %%PREFIX%%/etc/screenrc must be removed manually; fi %%EXAMPLESDIR%%/screenrc -@exec [ -f %B/screenrc ] || cp %B/%f %B/screenrc +@exec [ -f %D/etc/screenrc ] || cp %B/%f %D/etc/screenrc @dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/utf8encodings @dirrm %%DATADIR%% -- cgit