diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 20:13:11 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-04 20:13:11 +0000 |
commit | f7b0ecacbf8af602a2a7eb03754e609d37c83dc7 (patch) | |
tree | 2aeb5d611d0d9ea2704ca3dbd0b10eee2b7387bd /sysutils | |
parent | Upgrade to 0.7.3. (diff) |
Do not complain if the themes and plugins directories are not empty at
deinstall time.
Approved by: ume
Notes
Notes:
svn path=/head/; revision=37950
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm/pkg-plist | 8 | ||||
-rw-r--r-- | sysutils/gkrellm2/pkg-plist | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/gkrellm/pkg-plist b/sysutils/gkrellm/pkg-plist index c2249d8e731f..ef2d4724318f 100644 --- a/sysutils/gkrellm/pkg-plist +++ b/sysutils/gkrellm/pkg-plist @@ -3,11 +3,11 @@ include/gkrellm/gkrellm.h include/gkrellm/gkrellm_public_proto.h @dirrm include/gkrellm @exec mkdir -p %D/libexec/gkrellm/plugins -@dirrm libexec/gkrellm/plugins -@dirrm libexec/gkrellm @exec mkdir -p %D/share/gkrellm/themes -@dirrm share/gkrellm/themes -@dirrm share/gkrellm +@unexec rmdir %D/libexec/gkrellm/plugins 2>/dev/null || true +@unexec rmdir %D/libexec/gkrellm 2>/dev/null || true +@unexec rmdir %D/share/gkrellm/themes 2>/dev/null || true +@unexec rmdir %D/share/gkrellm 2>/dev/null || true share/doc/gkrellm/COPYRIGHT share/doc/gkrellm/README share/doc/gkrellm/Themes.html diff --git a/sysutils/gkrellm2/pkg-plist b/sysutils/gkrellm2/pkg-plist index c2249d8e731f..ef2d4724318f 100644 --- a/sysutils/gkrellm2/pkg-plist +++ b/sysutils/gkrellm2/pkg-plist @@ -3,11 +3,11 @@ include/gkrellm/gkrellm.h include/gkrellm/gkrellm_public_proto.h @dirrm include/gkrellm @exec mkdir -p %D/libexec/gkrellm/plugins -@dirrm libexec/gkrellm/plugins -@dirrm libexec/gkrellm @exec mkdir -p %D/share/gkrellm/themes -@dirrm share/gkrellm/themes -@dirrm share/gkrellm +@unexec rmdir %D/libexec/gkrellm/plugins 2>/dev/null || true +@unexec rmdir %D/libexec/gkrellm 2>/dev/null || true +@unexec rmdir %D/share/gkrellm/themes 2>/dev/null || true +@unexec rmdir %D/share/gkrellm 2>/dev/null || true share/doc/gkrellm/COPYRIGHT share/doc/gkrellm/README share/doc/gkrellm/Themes.html |