diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:32:26 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:32:26 +0000 |
commit | 8c20e474c403b03e3481444a0039cfc88eb9f133 (patch) | |
tree | ad32738ec3423223b23fee073572917d95f26562 | |
parent | - Update to 1.00 (diff) |
- Fix PLIST
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=313086
-rw-r--r-- | net-im/openfire/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index e303c3a8eabc..955403607b11 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -399,6 +399,7 @@ @dirrm %%DATADIR%%/plugins/admin/webapp/WEB-INF @dirrm %%DATADIR%%/plugins/admin/webapp @dirrm %%DATADIR%%/plugins/admin +@dirrm %%DATADIR%%/lib @dirrm %%EXAMPLESDIR%% @unexec rmdir %D/%%DATADIR%%/plugins 2> /dev/null || echo "If permanently deleting this package, %D/%%DATADIR%%/plugins must be removed manually" @unexec rmdir %D/%%DATADIR%% 2> /dev/null |