From 1ec8e877e8f5c633b780ef56f0af1e0b76cd8511 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 28 Dec 2004 19:47:56 +0000 Subject: . Try to remove ${PREFIX}/src when deinstalling as the port creates this directory. Submitted by: kris --- archivers/rpm4/pkg-plist | 1 + archivers/rpm5/pkg-plist | 1 + 2 files changed, 2 insertions(+) (limited to 'archivers') diff --git a/archivers/rpm4/pkg-plist b/archivers/rpm4/pkg-plist index f6b8a24e3218..e81fff8b4818 100644 --- a/archivers/rpm4/pkg-plist +++ b/archivers/rpm4/pkg-plist @@ -159,5 +159,6 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/rpm.mo @unexec rmdir %D/src/portbld/RPMS 2>/dev/null || true @unexec rmdir %D/src/portbld/BUILD 2>/dev/null || true @unexec rmdir %D/src/portbld 2>/dev/null || true +@unexec rmdir %D/src 2>/dev/null || true @unexec rmdir %D/share/locale/en_RN/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/en_RN 2> /dev/null || true diff --git a/archivers/rpm5/pkg-plist b/archivers/rpm5/pkg-plist index f6b8a24e3218..e81fff8b4818 100644 --- a/archivers/rpm5/pkg-plist +++ b/archivers/rpm5/pkg-plist @@ -159,5 +159,6 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/rpm.mo @unexec rmdir %D/src/portbld/RPMS 2>/dev/null || true @unexec rmdir %D/src/portbld/BUILD 2>/dev/null || true @unexec rmdir %D/src/portbld 2>/dev/null || true +@unexec rmdir %D/src 2>/dev/null || true @unexec rmdir %D/share/locale/en_RN/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/en_RN 2> /dev/null || true -- cgit v1.2.3