1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Deal with empty directories left behind

This commit is contained in:
Pav Lucistnik 2004-12-30 21:35:49 +00:00
parent e2021ef6a5
commit 891d7affcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125561
2 changed files with 10 additions and 0 deletions

View File

@ -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/

View File

@ -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