From 8bf55451e3add555cbc0863453a3b51c749424b6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 1 Mar 2007 14:07:54 +0100 Subject: [PATCH] postinst-setup: kill running apt-gets --- postinst-setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postinst-setup b/postinst-setup index fe68f39..1a6badc 100755 --- a/postinst-setup +++ b/postinst-setup @@ -63,6 +63,9 @@ fi dpkg -i /home/martin/download/libdvdcss2_*deb || true locale-gen ru_RU ru_RU.UTF-8 +# cronjob goo +killall apt-get + # install packages from network sources apt-get update -o Acquire::Http::No-Cache=true -- 2.39.2