From 3d1d38333361c9447616a5de2fff03efb1e84ba6 Mon Sep 17 00:00:00 2001 Message-Id: <3d1d38333361c9447616a5de2fff03efb1e84ba6.1546845858.git.hahn@univention.de> From: Philipp Hahn Date: Fri, 4 Jan 2019 12:40:59 +0100 Subject: [PATCH] Bug #48019 up: Drop package index update before package removal Organization: Univention GmbH, Bremen, Germany --- base/univention-updater/script/univention-remove | 1 - 1 file changed, 1 deletion(-) diff --git a/base/univention-updater/script/univention-remove b/base/univention-updater/script/univention-remove index a758f4cf30..8329d1c1df 100755 --- a/base/univention-updater/script/univention-remove +++ b/base/univention-updater/script/univention-remove @@ -47,5 +47,4 @@ eval "$(ucr shell)" echo "***** Starting \"univention-remove $*\" on $(date)" >> "$LOGFILE" set -e set -o pipefail -$update_commands_update 2>&1 | tee -a "$LOGFILE" exec $update_commands_remove_interactive "$@" 2>&1 | tee -a "$LOGFILE" -- 2.11.0