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/unity/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/unity/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/unity/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/desktop-themes/Shiny/unity/Makefile.am b/desktop-themes/Shiny/unity/Makefile.am deleted file mode 100644 index 165ecf5c..00000000 --- a/desktop-themes/Shiny/unity/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ - -themedir = $(datadir)/themes/Shiny/unity - -theme_DATA = \ - close_focused_normal.png \ - close_focused_prelight.png \ - close_focused_pressed.png \ - close.png \ - close_unfocused.png \ - close_unfocused_prelight.png \ - close_unfocused_pressed.png \ - maximize_focused_normal.png \ - maximize_focused_prelight.png \ - maximize_focused_pressed.png \ - maximize.png \ - maximize_unfocused.png \ - maximize_unfocused_prelight.png \ - maximize_unfocused_pressed.png \ - minimize_focused_normal.png \ - minimize_focused_prelight.png \ - minimize_focused_pressed.png \ - minimize.png \ - minimize_unfocused.png \ - minimize_unfocused_prelight.png \ - minimize_unfocused_pressed.png \ - unmaximize_focused_normal.png \ - unmaximize_focused_prelight.png \ - unmaximize_focused_pressed.png \ - unmaximize.png \ - unmaximize_unfocused.png \ - unmaximize_unfocused_prelight.png \ - unmaximize_unfocused_pressed.png - -EXTRA_DIST = $(theme_DATA) |