summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kkbswitch.upd/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/kkbswitch.upd/CMakeLists.txt b/kkbswitch.upd/CMakeLists.txt
index fd7b35b..2cee98e 100644
--- a/kkbswitch.upd/CMakeLists.txt
+++ b/kkbswitch.upd/CMakeLists.txt
@@ -1,8 +1,14 @@
install(
FILES
${PROJECT_NAME}.upd
+
+ DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
+)
+
+install(
+ PROGRAMS
kkbswitch_update_14_icons
kkbswitch_update_14_options
-
+
DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
)