diff options
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 14c8f22a7bc..2e2058ea880 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 8d8ee2e9378..3bdc24a42cc 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 33560f16f07..f29d9ec447d 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 be10986d736..a4d79ac7db6 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 |