summary refs log tree commit diff
path: root/pkgs/applications/misc/cubocore-packages/corestuff/0001-fix-installPhase.patch
blob: d1db6a0a0a2e08db0ee608ba3efd77aaf3fe794b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/corestuff/CMakeLists.txt	2022-01-29 14:09:02.699700817 +0700
+++ b/CMakeLists.txt	2022-01-29 14:09:23.211754633 +0700
@@ -120,8 +120,3 @@
 install( FILES org.cubocore.CoreStuff.desktop DESTINATION share/applications )
 install( FILES org.cubocore.CoreStuff.svg DESTINATION share/icons/hicolor/scalable/apps/ )
 install( FILES background/default.svg DESTINATION share/coreapps/background )
-
-if ( DEFINED ADD_AUTOSTART )
-	message("INSTALLING TO AUTOSTART LOCATION")
-	install( FILES org.cubocore.CoreStuff.desktop DESTINATION /etc/xdg/autostart )
-endif()