diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-27 07:06:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-27 07:06:02 +0000 |
commit | ad930efe406fb3c9d95dfa2db233f2119ea492a9 (patch) | |
tree | 700c29123305ea347709f64453c58126e0305054 /x11-wm | |
parent | bd305d722a46e72be710b6bf05eff4dbf7e1d438 (diff) | |
download | FreeBSD-ports-ad930efe406fb3c9d95dfa2db233f2119ea492a9.zip FreeBSD-ports-ad930efe406fb3c9d95dfa2db233f2119ea492a9.tar.gz |
Remove %D/share/gnome if empty.
Submitted by: bento
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/amaterus/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/amaterus/pkg-plist b/x11-wm/amaterus/pkg-plist index 3121e7b..0a65dfb 100644 --- a/x11-wm/amaterus/pkg-plist +++ b/x11-wm/amaterus/pkg-plist @@ -1,2 +1,4 @@ bin/amaterus share/gnome/wm-properties/Amaterus.desktop +@unexec rmdir %D/share/gnome/wm-properties 2>/dev/null || true +@unexec rmdir %D/share/gnome 2>/dev/null || true |