1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Remove possibly empty directories on deinstall

Submitted by:	bento
This commit is contained in:
Kris Kennaway 2000-09-17 11:48:43 +00:00
parent b8ab4fead2
commit a8045e950a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32748

View File

@ -1 +1,3 @@
share/sgml/docbook/catalog
@unexec rmdir %D/share/sgml/docbook 2> /dev/null || true
@unexec rmdir %D/share/sgml 2> /dev/null || true