diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
commit | 0194e6547ce3050924685e15e3363abb2146e8ed (patch) | |
tree | 6a21cfb06a819b149aec642fc3e2f90b9d58a99d /graphics/py-ming/pkg-plist | |
parent | USE_IMLIB (diff) |
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.
Submitted by: bento
Diffstat (limited to 'graphics/py-ming/pkg-plist')
-rw-r--r-- | graphics/py-ming/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-ming/pkg-plist b/graphics/py-ming/pkg-plist index 419fb152dcc2..a54644e14f6f 100644 --- a/graphics/py-ming/pkg-plist +++ b/graphics/py-ming/pkg-plist @@ -3,3 +3,4 @@ lib/%%PYTHON_VERSION%%/site-packages/ming.py share/examples/%%PYTHON_VERSION%%/ming/shape.py share/examples/%%PYTHON_VERSION%%/ming/test.py @dirrm share/examples/%%PYTHON_VERSION%%/ming +@unexec rmdir %D/share/examples/%%PYTHON_VERSION%% 2>/dev/null || true |