From f7a19b4d2155c3f769d00f95553da7ba5ea136e9 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 13 Mar 2009 10:45:34 +0000 Subject: [PATCH] Cud script: kill modest before removing modest data (fixes NB#105128) pmo-trunk-r8002 --- src/hildon2/modest-clean.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hildon2/modest-clean.sh b/src/hildon2/modest-clean.sh index 09a022d..04ed221 100755 --- a/src/hildon2/modest-clean.sh +++ b/src/hildon2/modest-clean.sh @@ -1,5 +1,8 @@ #!/bin/sh +PIDS=`pidof modest` && kill -15 $PIDS + + rm -rf /home/user/.modest exit 0 -- 1.7.9.5