diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 03:11:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 03:11:39 +0000 |
commit | f759167db773f9408f7a784fd7b326744c3a37c5 (patch) | |
tree | cb01639e27192d2224544f78122c049cda9472b0 /devel/libglade2/pkg-plist | |
parent | e8e3f9bb11704068904811499ce5b060eb6a1dcc (diff) | |
download | ports-f759167db773f9408f7a784fd7b326744c3a37c5.tar.gz ports-f759167db773f9408f7a784fd7b326744c3a37c5.zip |
Remove share/xml if it exists and is empty.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=72993
Diffstat (limited to 'devel/libglade2/pkg-plist')
-rw-r--r-- | devel/libglade2/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist index 26d93e2c2867..9581dd4b3a3a 100644 --- a/devel/libglade2/pkg-plist +++ b/devel/libglade2/pkg-plist @@ -26,3 +26,4 @@ share/xml/libglade/glade-2.0.dtd @dirrm share/doc/libglade @dirrm include/libglade-2.0/glade @dirrm include/libglade-2.0 +@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true |