diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-15 22:03:16 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-15 22:03:16 -0500 |
commit | 6ebf92cb8e8e203d779024d67508df379beac32a (patch) | |
tree | 50fdd2f558a4ce8936b25e50cbc1148395720fac /CMakeLists.txt | |
parent | 5464fc6fc60ac3f0dbc95992369200f1f53bdbb9 (diff) | |
download | tdebase-6ebf92cb8e8e203d779024d67508df379beac32a.tar.gz tdebase-6ebf92cb8e8e203d779024d67508df379beac32a.zip |
Added new r14-xdg-update shell script to handle R14 XDG compliance updates.
Numerous improvements from original snippets originally inserted in starttde.
Added migratekde3 shell script to migrate existing KDE3 profiles to Trinity
profiles, thereby closing bug report 709.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ecda50655..8d3cbe58f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,6 +220,7 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) if( BUILD_STARTTDE ) install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} ) endif() +install( PROGRAMS migratekde3 r14-xdg-update DESTINATION ${BIN_INSTALL_DIR} ) ##### write configure files ##################### |