blob: 647b4bb8552c30b95f1185b9b9c2ef82c80d0819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
|