Skip to content

Commit 1b61d60

Browse files
committed
dtoverlay: Remove dtoverlay-pre and dtoverlay-post
As noted in #47, the content of these scripts is no-longer relevant. The hooks remain in the code, should anybody feel the need to do something before or after updating the list of overlays.
1 parent 9852198 commit 1b61d60

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

dtmerge/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ install(FILES dtoverlay.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
2727
add_custom_command(TARGET dtoverlay POST_BUILD COMMAND ln;-sf;dtoverlay;dtparam)
2828
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dtparam DESTINATION ${CMAKE_INSTALL_BINDIR})
2929
install(FILES dtparam.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
30-
31-
set(DTOVERLAY_SCRIPTS dtoverlay-pre dtoverlay-post)
32-
install(PROGRAMS ${DTOVERLAY_SCRIPTS} DESTINATION ${CMAKE_INSTALL_BINDIR})

dtmerge/dtoverlay-post

Lines changed: 0 additions & 13 deletions
This file was deleted.

dtmerge/dtoverlay-pre

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)