Attempt to remove ${PREFIX}/share/xml if it exists and is empty.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2003-02-16 00:16:38 +00:00
parent 9fd2dbd528
commit 30b1d8f9c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75617

View file

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