From 6ebf92cb8e8e203d779024d67508df379beac32a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 15 Jun 2012 22:03:16 -0500 Subject: 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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 ##################### -- cgit v1.2.3