diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-19 01:37:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-19 01:37:40 +0000 |
commit | 3b1f80f0d8f32a48f152f4c8e0f28210768ef024 (patch) | |
tree | 734c2503763036e32b8d71e3a5d6a41e888723a9 /devel/pear | |
parent | b2052016baa4536e6ed4960941d13a84666482bc (diff) |
Make use of the @rmtry macro
Notes
Notes:
svn path=/head/; revision=211560
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/pear/pkg-plist b/devel/pear/pkg-plist index b265c51bc92b..71375eec0120 100644 --- a/devel/pear/pkg-plist +++ b/devel/pear/pkg-plist @@ -160,10 +160,10 @@ etc/pear.conf @dirrm %%DOCSDIR%%/Structures_Graph/docs @dirrm %%DOCSDIR%%/Structures_Graph @dirrmtry share/doc/pear -@unexec rm %D/share/pear/.depdb 2> /dev/null || true -@unexec rm %D/share/pear/.depdblock 2> /dev/null || true -@unexec rm %D/share/pear/.filemap 2> /dev/null || true -@unexec rm %D/share/pear/.lock 2> /dev/null || true +@rmtry share/pear/.depdb +@rmtry share/pear/.depdblock +@rmtry share/pear/.filemap +@rmtry share/pear/.lock @dirrmtry share/pear/.channels/.alias @dirrmtry share/pear/.channels @dirrmtry share/pear/.registry/.channel.__uri |