summaryrefslogtreecommitdiffstats
path: root/tdeioslave/tar/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/tar/CMakeLists.txt')
-rw-r--r--tdeioslave/tar/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeioslave/tar/CMakeLists.txt b/tdeioslave/tar/CMakeLists.txt
index 99b655ece..30f2f6b1b 100644
--- a/tdeioslave/tar/CMakeLists.txt
+++ b/tdeioslave/tar/CMakeLists.txt
@@ -23,7 +23,11 @@ link_directories(
##### other data ################################
-install( FILES tar.protocol ar.protocol zip.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE tar.protocol ar.protocol zip.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdeioslave-desktops
+)
##### tdeio_tar (module) #######################