diff options
author | raveit65 <[email protected]> | 2015-04-03 19:01:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 19:01:50 +0200 |
commit | 821f63fd525aff89a5dee918de74b01f40806fda (patch) | |
tree | ca0d01ac71584633d689928870b098861c067b07 /desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | |
parent | 3c06fad5dd829983a0c15021151ee31ca0e18441 (diff) | |
download | mate-themes-821f63fd525aff89a5dee918de74b01f40806fda.tar.bz2 mate-themes-821f63fd525aff89a5dee918de74b01f40806fda.tar.xz |
drop broken theme
fix https://github.com/mate-desktop/mate-themes/issues/81
Diffstat (limited to 'desktop-themes/Shiny/gtk-3.0/apps/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am deleted file mode 100644 index 265a849f..00000000 --- a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -THEME_NAME=Shiny - -themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/apps - -mate_APPS = \ - caja.css \ - mate-applications.css \ - mate-panel.css \ - mate-system-log.css \ - mate-terminal.css \ - pluma.css - -theme_DATA = \ - baobab.css \ - gedit.css \ - gnome-applications.css \ - gnome-panel.css \ - gnome-system-log.css \ - gnome-terminal.css \ - nautilus.css \ - unity.css \ - unity-greeter.css \ - $(mate_APPS) - -EXTRA_DIST = $(theme_DATA) |