diff options
Diffstat (limited to 'kcron/CMakeLists.txt')
-rw-r--r-- | kcron/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kcron/CMakeLists.txt b/kcron/CMakeLists.txt index 66cd953..22a1d04 100644 --- a/kcron/CMakeLists.txt +++ b/kcron/CMakeLists.txt @@ -37,6 +37,4 @@ install( FILES kcronui.rc DESTINATION ${DATA_INSTALL_DIR}/kcron ) -install( FILES kcron.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kcron.desktop ) |