diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-13 22:00:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-13 22:00:47 +0000 |
commit | 527f5fb11ad3727c12674817a1fb7c58571d9072 (patch) | |
tree | 4cf19540c1b33eeed2ab6b9ec256d5b52adf1b43 /misc/hicolor-icon-theme | |
parent | cbdc49ebff9d4592eb41407d9ea254154a2e6e26 (diff) | |
download | ports-527f5fb11ad3727c12674817a1fb7c58571d9072.tar.gz ports-527f5fb11ad3727c12674817a1fb7c58571d9072.zip |
Only remove share/icons if it exists and is empty.
Notes
Notes:
svn path=/head/; revision=98116
Diffstat (limited to 'misc/hicolor-icon-theme')
-rw-r--r-- | misc/hicolor-icon-theme/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hicolor-icon-theme/pkg-plist b/misc/hicolor-icon-theme/pkg-plist index 31388e95c7db..0f6a04c07e5d 100644 --- a/misc/hicolor-icon-theme/pkg-plist +++ b/misc/hicolor-icon-theme/pkg-plist @@ -48,4 +48,4 @@ share/icons/hicolor/index.theme @dirrm share/icons/hicolor/128x128/actions @dirrm share/icons/hicolor/128x128 @dirrm share/icons/hicolor -@dirrm share/icons +@unexec /bin/rmdir %D/share/icons 2> /dev/null || /usr/bin/true |