summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorTim Penhey <tim.penhey@canonical.com>2012-10-29 17:33:32 +0100
committerTim Penhey <tim.penhey@canonical.com>2012-10-29 17:33:32 +0100
commit52fda8a49db6071a63a3e1ef7dcff71b0cdce34b (patch)
tree715cb4f36f58b98c3891557b0932cac36cc74bf6 /plugins
parentb43768e3ed5863ee054a9c0fb1452a840ad18148 (diff)
Move the resource installation directives into the main CMakeLists.txt file.
(bzr r2867.1.3)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/unityshell/CMakeLists.txt b/plugins/unityshell/CMakeLists.txt
index b60d347b5..36db0176c 100644
--- a/plugins/unityshell/CMakeLists.txt
+++ b/plugins/unityshell/CMakeLists.txt
@@ -20,7 +20,3 @@ set_target_properties(unityshell
# Data
#
install (FILES plugin-unityshell.png DESTINATION ${DATADIR}/ccsm/icons/hicolor/64x64/apps)
-install (FILES resources/dash-widgets.json DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/themes)
-
-file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*")
-install (FILES ${_datafiles} DESTINATION ${PKGDATADIR})