From cc1f94c95373670fdfdb8e2d6cf9125181f7df0c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 26 Oct 2017 22:41:42 +0200 Subject: Drop unused gzip, lzma, bzip2, and xz symlinks of store The store method replaced them all, the symlinks where mostly for partial upgrades or whatever, they should not be needed any longer. --- methods/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods/CMakeLists.txt') diff --git a/methods/CMakeLists.txt b/methods/CMakeLists.txt index 4a5047efe..a25d4b525 100644 --- a/methods/CMakeLists.txt +++ b/methods/CMakeLists.txt @@ -28,7 +28,7 @@ target_link_libraries(ftp ${GNUTLS_LIBRARIES}) install(TARGETS file copy store gpgv cdrom http ftp rred rsh mirror RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/methods) -add_slaves(${CMAKE_INSTALL_LIBEXECDIR}/apt/methods store gzip lzma bzip2 xz) +add_slaves(${CMAKE_INSTALL_LIBEXECDIR}/apt/methods store) add_slaves(${CMAKE_INSTALL_LIBEXECDIR}/apt/methods rsh ssh) -- cgit v1.2.3