blob: 433e22b650c2ac78922843520cb3b4f26b508b0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#################################################
#
# (C) 2011 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
background.png
help.png help_glow.png
close.png close_glow.png
iconify.png iconify_glow.png
maximizeoff.png maximizeoff_glow.png
maximizeon.png maximizeon_glow.png
stickyon.png stickyon_glow.png
stickyoff.png stickyoff_glow.png
default.theme
DESTINATION ${DATA_INSTALL_DIR}/twin/glow-themes/default )
|