diff options
author | raveit65 <[email protected]> | 2015-03-21 03:28:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-21 03:30:43 +0100 |
commit | cfc4193ede892003a6524e45298b6ba77f31133d (patch) | |
tree | 168934236351738387b1403c0f9236d7b3432413 /desktop-themes/Shiny/xfwm4/Makefile.am | |
parent | 7cda4a85b25b1973b1729a39c3598f6d8b45c725 (diff) | |
download | mate-themes-cfc4193ede892003a6524e45298b6ba77f31133d.tar.bz2 mate-themes-cfc4193ede892003a6524e45298b6ba77f31133d.tar.xz |
drop broken theme
fix https://github.com/mate-desktop/mate-themes/issues/81
Diffstat (limited to 'desktop-themes/Shiny/xfwm4/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/xfwm4/Makefile.am | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/desktop-themes/Shiny/xfwm4/Makefile.am b/desktop-themes/Shiny/xfwm4/Makefile.am deleted file mode 100644 index 1b8d3d5b..00000000 --- a/desktop-themes/Shiny/xfwm4/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ - -themedir = $(datadir)/themes/Shiny/xfwm4 - -theme_DATA = \ - bottom-active.png \ - bottom-inactive.png \ - bottom-left-active.png \ - bottom-left-inactive.png \ - bottom-right-active.png \ - bottom-right-inactive.png \ - close-active.png \ - close-inactive.png \ - close-prelight.png \ - close-pressed.png \ - hide-active.png \ - hide-inactive.png \ - hide-prelight.png \ - hide-pressed.png \ - left-active.png \ - left-inactive.png \ - maximize-active.png \ - maximize-inactive.png \ - maximize-prelight.png \ - maximize-pressed.png \ - maximize-toggled-active.png \ - maximize-toggled-inactive.png \ - maximize-toggled-prelight.png \ - maximize-toggled-pressed.png \ - menu-active.png \ - menu-inactive.png \ - menu-prelight.png \ - menu-pressed.png \ - right-active.png \ - right-inactive.png \ - themerc \ - title-1-active.png \ - title-1-inactive.png \ - title-2-active.png \ - title-2-inactive.png \ - title-3-active.png \ - title-3-inactive.png \ - title-4-active.png \ - title-4-inactive.png \ - title-5-active.png \ - title-5-inactive.png \ - top-left-active.png \ - top-left-inactive.png \ - top-right-active.png \ - top-right-inactive.png - -EXTRA_DIST = $(theme_DATA) |