From 901a682c9972525c433307778cae2123000fc301 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 30 Dec 2004 21:35:49 +0000 Subject: - Deal with empty directories left behind --- comms/xlog/Makefile | 1 + comms/xlog/pkg-plist | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'comms') diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 8d387f359b9..3e28e9f5527 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -6,6 +6,7 @@ PORTNAME= xlog PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ http://www.qsl.net/pg4i/download/ diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index 92af57e799d..2382493be68 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -42,3 +42,12 @@ share/xlog/qsllabels.glabels @dirrm share/pixmaps/xlog @exec update-mime-database %D/share/mime @unexec update-mime-database %D/share/mime +@unexec rmdir %D/share/mime/text 2> /dev/null || true +@unexec rmdir %D/share/applications 2> /dev/null || true +@unexec rmdir %D/share/applnk/Applications 2> /dev/null || true +@unexec rmdir %D/share/applnk 2> /dev/null || true +@unexec rmdir %D/share/pixmaps 2> /dev/null || true +@unexec rmdir %D/share/application-registry 2> /dev/null || true +@unexec rmdir %D/share/mimelnk/text 2> /dev/null || true +@unexec rmdir %D/share/mimelnk 2> /dev/null || true +@unexec rmdir %D/share/mime-info 2> /dev/null || true -- cgit