diff options
author | danfe <danfe@FreeBSD.org> | 2005-02-14 08:55:17 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-02-14 08:55:17 +0000 |
commit | b90dbf8557a9d5564fd726c566a9abcfd9a5bd7b (patch) | |
tree | 57f7b476db1b1e6316ab78baf93047d37229e91e /x11-themes | |
parent | ce948fac9a99630d06efa4eaed4715131b51418d (diff) | |
download | FreeBSD-ports-b90dbf8557a9d5564fd726c566a9abcfd9a5bd7b.zip FreeBSD-ports-b90dbf8557a9d5564fd726c566a9abcfd9a5bd7b.tar.gz |
Fix pkg-plist.
Reported by: kris on behalf of pointyhat
Diffstat (limited to 'x11-themes')
4 files changed, 8 insertions, 0 deletions
diff --git a/x11-themes/gtk-aluminumalloy-cryogenic-theme/pkg-plist b/x11-themes/gtk-aluminumalloy-cryogenic-theme/pkg-plist index 14c8f22..2e2058e 100644 --- a/x11-themes/gtk-aluminumalloy-cryogenic-theme/pkg-plist +++ b/x11-themes/gtk-aluminumalloy-cryogenic-theme/pkg-plist @@ -253,3 +253,5 @@ %%METACITY%%share/gnome/themes/AluminumAlloy-Cryogenic/metacity-1/button-close-focus.png %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Cryogenic/metacity-1 %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Cryogenic +%%METACITY%%@unexec /bin/rmdir %D/share/gnome/themes 2>/dev/null || /usr/bin/true +%%METACITY%%@unexec /bin/rmdir %D/share/gnome 2>/dev/null || /usr/bin/true diff --git a/x11-themes/gtk-aluminumalloy-smog-theme/pkg-plist b/x11-themes/gtk-aluminumalloy-smog-theme/pkg-plist index 8d8ee2e..3bdc24a 100644 --- a/x11-themes/gtk-aluminumalloy-smog-theme/pkg-plist +++ b/x11-themes/gtk-aluminumalloy-smog-theme/pkg-plist @@ -257,3 +257,5 @@ %%METACITY%%share/gnome/themes/AluminumAlloy-Smog/metacity-1/button-close-focus.png %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Smog/metacity-1 %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Smog +%%METACITY%%@unexec /bin/rmdir %D/share/gnome/themes 2>/dev/null || /usr/bin/true +%%METACITY%%@unexec /bin/rmdir %D/share/gnome 2>/dev/null || /usr/bin/true diff --git a/x11-themes/gtk-aluminumalloy-toxic-theme/pkg-plist b/x11-themes/gtk-aluminumalloy-toxic-theme/pkg-plist index 33560f1..f29d9ec 100644 --- a/x11-themes/gtk-aluminumalloy-toxic-theme/pkg-plist +++ b/x11-themes/gtk-aluminumalloy-toxic-theme/pkg-plist @@ -253,3 +253,5 @@ %%METACITY%%share/gnome/themes/AluminumAlloy-Toxic/metacity-1/button-close-focus.png %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Toxic/metacity-1 %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Toxic +%%METACITY%%@unexec /bin/rmdir %D/share/gnome/themes 2>/dev/null || /usr/bin/true +%%METACITY%%@unexec /bin/rmdir %D/share/gnome 2>/dev/null || /usr/bin/true diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist b/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist index be10986..a4d79ac 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist @@ -254,3 +254,5 @@ %%METACITY%%share/gnome/themes/AluminumAlloy-Volcanic/metacity-1/button-close-focus.png %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Volcanic/metacity-1 %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Volcanic +%%METACITY%%@unexec /bin/rmdir %D/share/gnome/themes 2>/dev/null || /usr/bin/true +%%METACITY%%@unexec /bin/rmdir %D/share/gnome 2>/dev/null || /usr/bin/true |