[elbe-devel] [PATCH] Update python3-elbe-updated.prerm
bage at linutronix.de
bage at linutronix.de
Tue Oct 20 16:13:33 CEST 2020
From: Vincent De Maertelaere <vincent.demaertelaere at excentis.com>
Updating python3-elbe-updated pre-removal-script so it queries for the
python3-elbe-updated i.s.o. the elbe-updated package which doesn't exist
anymore.
Signed-off-by: Vincent De Maertelaere <vincent.demaertelaere at excentis.com>
[wrapped the commit msg lines]
Reviewed-by: Bastian Germann <bage at linutronix.de>
---
debian/python3-elbe-updated.prerm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/python3-elbe-updated.prerm b/debian/python3-elbe-updated.prerm
index 721b48909..bb590bdfc 100644
--- a/debian/python3-elbe-updated.prerm
+++ b/debian/python3-elbe-updated.prerm
@@ -9,9 +9,9 @@ set -e
# elbe-updated is updating itself
if which pyclean >/dev/null 2>&1; then
- pyclean -p elbe-updated
+ pyclean -p python3-elbe-updated
else
- dpkg -L elbe-updated | grep \.py$ | while read file
+ dpkg -L python3-elbe-updated | grep \.py$ | while read file
do
rm -f "${file}"[co] >/dev/null
done
--
2.28.0
More information about the elbe-devel
mailing list