blob: 1978ba90b14457d7d50086adaad593fa597196a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### install icons in /opt/trinity/share/icons ###############
tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tdebluez/icons )
|