diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 23:30:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 23:30:01 -0500 |
commit | 15f094afbdd3d3ee1e7b24679d42149c5f82f35a (patch) | |
tree | 0d5e77571e1a4a2c386a4ccc2f3c739c78e047cf /kcontrol/hwmanager/CMakeLists.txt | |
parent | 7e9c0a99b6287c940f846b0bcbd8974be0b7ef99 (diff) | |
download | tdebase-15f094afbdd3d3ee1e7b24679d42149c5f82f35a.tar.gz tdebase-15f094afbdd3d3ee1e7b24679d42149c5f82f35a.zip |
Install hwdevicetry desktop files
Diffstat (limited to 'kcontrol/hwmanager/CMakeLists.txt')
-rw-r--r-- | kcontrol/hwmanager/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/CMakeLists.txt b/kcontrol/hwmanager/CMakeLists.txt index ed63faddb..3505f86a5 100644 --- a/kcontrol/hwmanager/CMakeLists.txt +++ b/kcontrol/hwmanager/CMakeLists.txt @@ -25,6 +25,8 @@ link_directories( ##### other data ################################ install( FILES hwmanager.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES hwdevicetray.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES hwdevicetray-autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) ##### kcm_iccconfig (module) #################### |