Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index 98ee75e0b..d0ab1d66f 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -11,11 +11,3 @@ set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
# set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" )
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
-
-# please ignore the 5 lines below this
-# need this logic to not mess with re/uninstallations via macosx.pkgproj
-if(${APPLICATION_REV_DOMAIN} STREQUAL "com.owncloud.desktopclient")
- set(APPLICATION_REV_DOMAIN_INSTALLER "com.ownCloud.client")
-else()
-set(APPLICATION_REV_DOMAIN_INSTALLER ${APPLICATION_REV_DOMAIN})
-endif() \ No newline at end of file