blob: 33e28a4f7b141d21e886de9e35021c084d23dd6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
#
# (C) 2013 Timothy Pearson
# kb9vqf (AT) pearsoncomputing.net
#
# Improvements and feedback are welcome
#
# This file is released under the GPL >= 2
#
#################################################
install( FILES
email.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus )
|