blob: 9db5eada75e4e8ab24cfb9feecfae8c905d4729a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (C) 2010 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
# FIXME generating png icons are not implemented
install( FILES index.theme DESTINATION ${ICON_INSTALL_DIR}/crystalsvg )
tde_install_icons( )
|