diff options
author | markm <markm@FreeBSD.org> | 2005-11-02 08:41:18 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2005-11-02 08:41:18 +0000 |
commit | 894359070160bea52e47528c724ca6ca1e2c3fce (patch) | |
tree | df60fb40377e9768086724fbeba78356650fbcda /graphics | |
parent | 870feb4796dea5e920f528ad95d64366f60376d2 (diff) | |
download | FreeBSD-ports-894359070160bea52e47528c724ca6ca1e2c3fce.zip FreeBSD-ports-894359070160bea52e47528c724ca6ca1e2c3fce.tar.gz |
Clean up a dir at pkg_delete time.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/ufraw/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-ufraw/pkg-plist b/graphics/gimp-ufraw/pkg-plist index 0eaa10f..4de3dbf 100644 --- a/graphics/gimp-ufraw/pkg-plist +++ b/graphics/gimp-ufraw/pkg-plist @@ -3,3 +3,4 @@ bin/ufraw-batch libexec/gimp/2.2/plug-ins/ufraw-gimp share/applications/ufraw.desktop share/pixmaps/ufraw.png +@unexec rmdir %D/share/applications 2> /dev/null || true diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist index 0eaa10f..4de3dbf 100644 --- a/graphics/ufraw/pkg-plist +++ b/graphics/ufraw/pkg-plist @@ -3,3 +3,4 @@ bin/ufraw-batch libexec/gimp/2.2/plug-ins/ufraw-gimp share/applications/ufraw.desktop share/pixmaps/ufraw.png +@unexec rmdir %D/share/applications 2> /dev/null || true |