diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 21:01:37 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 21:01:37 +0000 |
commit | 4847a7cbbcd6aa78ea73f7a6c0df64e5f148e629 (patch) | |
tree | 75b3922860a609107414b2eac0c31de590975384 /misc/xfce4-appfinder | |
parent | 2a69c71ed980eb43a6b6887dfcf12f87d92667a1 (diff) |
Notes
Diffstat (limited to 'misc/xfce4-appfinder')
-rw-r--r-- | misc/xfce4-appfinder/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/xfce4-appfinder/pkg-plist b/misc/xfce4-appfinder/pkg-plist index ed25f7c19d8c..7075620c79ff 100644 --- a/misc/xfce4-appfinder/pkg-plist +++ b/misc/xfce4-appfinder/pkg-plist @@ -5,6 +5,8 @@ share/xfce4/doc/C/images/default_appfinder.png share/xfce4/doc/C/images/appfinder-handle-popup.png share/xfce4/doc/C/images/appfinder-item-popup.png share/xfce4/doc/C/xfce4-appfinder.html +@unexec rmdir %D/share/applications 2>/dev/null || true +@unexec rmdir %D/share/pixmaps 2>/dev/null || true @unexec rmdir %D/share/xfce4/doc/C/images 2>/dev/null || true @unexec rmdir %D/share/xfce4/doc/C 2>/dev/null || true @unexec rmdir %D/share/xfce4/doc 2>/dev/null || true |