diff options
Diffstat (limited to 'tdeioslave/trash/tdefile-plugin/CMakeLists.txt')
-rw-r--r-- | tdeioslave/trash/tdefile-plugin/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tdeioslave/trash/tdefile-plugin/CMakeLists.txt b/tdeioslave/trash/tdefile-plugin/CMakeLists.txt index cfd52e186..a2ac205bc 100644 --- a/tdeioslave/trash/tdefile-plugin/CMakeLists.txt +++ b/tdeioslave/trash/tdefile-plugin/CMakeLists.txt @@ -22,9 +22,12 @@ link_directories( ##### other data ################################ -install( FILES +tde_create_translated_desktop( + SOURCE tdefile_trash.desktop tdefile_trash_system.desktop - DESTINATION ${SERVICES_INSTALL_DIR} ) + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdeioslave-desktops +) ##### tdefile_trash (module) ###################### |