aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch')
-rw-r--r--main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch b/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch
deleted file mode 100644
index 647b4bb855..0000000000
--- a/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ed5fb1de932a4de41bb854af5d47381096e62e02 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Thu, 29 May 2014 15:04:10 +0200
-Subject: [PATCH] setup-apkrepos: fix cleanup
-
-we need uninstall .setup*
----
- setup-apkrepos.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup-apkrepos.in b/setup-apkrepos.in
-index e84b928..7744d8b 100644
---- a/setup-apkrepos.in
-+++ b/setup-apkrepos.in
-@@ -210,5 +210,5 @@ fi
-
- # clean up
- if [ -n "$to_uninstall" ]; then
-- apk del --quiet alpine-mirrors
-+ apk del --quiet $to_uninstall
- fi
---
-2.0.0
-