summaryrefslogtreecommitdiffstats
path: root/src/updates
diff options
context:
space:
mode:
Diffstat (limited to 'src/updates')
-rw-r--r--src/updates/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/updates/CMakeLists.txt b/src/updates/CMakeLists.txt
new file mode 100644
index 0000000..ba99a56
--- /dev/null
+++ b/src/updates/CMakeLists.txt
@@ -0,0 +1,11 @@
+##### update files
+
+install(
+ FILES gwenview_thumbnail_size.upd gwenview_1.4_osdformat.upd
+ DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
+)
+
+install(
+ PROGRAMS gwenview_thumbnail_size.sh gwenview_1.4_osdformat.sh
+ DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
+)