diff options
author | Julian Andres Klode <jak@debian.org> | 2017-10-26 22:41:42 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-10-26 22:41:42 +0200 |
commit | cc1f94c95373670fdfdb8e2d6cf9125181f7df0c (patch) | |
tree | babce49f1431868432358f68265a100470bb2243 /methods | |
parent | b514128890d5cf96a76393e8d261d79e0be7f0e4 (diff) |
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.
Diffstat (limited to 'methods')
-rw-r--r-- | methods/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |