summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/openclonk/files/openclonk-6.1-postinst.patch')
-rw-r--r--games-action/openclonk/files/openclonk-6.1-postinst.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/games-action/openclonk/files/openclonk-6.1-postinst.patch b/games-action/openclonk/files/openclonk-6.1-postinst.patch
deleted file mode 100644
index d957e5cd929b..000000000000
--- a/games-action/openclonk/files/openclonk-6.1-postinst.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-update-desktop-database is called from the pkg_postinst stage instead.
-
-diff -Naur openclonk-release-6.0-src.orig/CMakeLists.txt openclonk-release-6.0-src/CMakeLists.txt
---- openclonk-release-6.0-src.orig/CMakeLists.txt 2015-04-25 08:22:16.000000000 +0000
-+++ openclonk-release-6.0-src/CMakeLists.txt 2015-04-25 09:50:16.000000000 +0000
-@@ -1564,7 +1564,8 @@
- # Install new files
- install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openclonk.desktop DESTINATION "${INSTALL_DATAROOTDIR}/applications")
- # Update the MIME cache -- this makes the clonk:// protocol handler actually work
-- install(CODE "execute_process(COMMAND update-desktop-database)")
-+ # --> ebuild, pkg_postinst stage
-+ #install(CODE "execute_process(COMMAND update-desktop-database)")
-
- # Install binaries
- install(TARGETS openclonk DESTINATION "${INSTALL_GAMES_BINDIR}")