[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-62-g543efbb

Steffen Moeller moeller at debian.org
Sat Nov 6 20:23:31 UTC 2010


The following commit has been merged in the master branch:
commit 543efbbd846a90e948c1314b577d3ad4452cf41c
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Nov 6 16:09:00 2010 +0100

    Added -f to rm to avoid potential failure

diff --git a/debian/boinc-client.postrm b/debian/boinc-client.postrm
index c4c2266..e7d3b5c 100644
--- a/debian/boinc-client.postrm
+++ b/debian/boinc-client.postrm
@@ -13,7 +13,7 @@ BOINC_DIR=/var/lib/boinc-client
 rm_boinc_dir()
 {
     if [ -d "$BOINC_DIR" ]; then
-        rm -r "$BOINC_DIR"
+        rm -rf "$BOINC_DIR"
     fi
     if getent passwd boinc >/dev/null; then
         if [ -x "`which deluser 2>/dev/null`" ]; then

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list