aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-30 21:35:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-30 21:35:49 +0000
commit891d7affcdb466d74dd70f764292d0d61a029729 (patch)
tree83aa84bd5d7dbe9dfd1fcfa1c050acc077e76700 /comms
parente2021ef6a509decdd3e2e27cdaa4b502cd365194 (diff)
downloadports-891d7affcdb466d74dd70f764292d0d61a029729.tar.gz
ports-891d7affcdb466d74dd70f764292d0d61a029729.zip
- Deal with empty directories left behind
Notes
Notes: svn path=/head/; revision=125561
Diffstat (limited to 'comms')
-rw-r--r--comms/xlog/Makefile1
-rw-r--r--comms/xlog/pkg-plist9
2 files changed, 10 insertions, 0 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 8d387f359b9f..3e28e9f55276 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 92af57e799dc..2382493be680 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