blob: 67e594e73d8edb0e0f667ff499cd68d9bb042d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (C) 2011 Timothy Pearson
# kb9vqf (AT) pearsoncomputing.net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_install_icons( )
install ( FILES question.png question.xpm tdedocker.xpm
DESTINATION ${DATA_INSTALL_DIR}/tdedocker/icons )
|