From 2a1b5c89e712a8da294ffdfdc72066edd862bedb Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 13 Mar 2009 10:45:38 +0000 Subject: [PATCH] Be more verbose with comments on what modest-clean.sh does pmo-trunk-r8003 --- src/hildon2/modest-clean.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hildon2/modest-clean.sh b/src/hildon2/modest-clean.sh index 04ed221..0d3cf79 100755 --- a/src/hildon2/modest-clean.sh +++ b/src/hildon2/modest-clean.sh @@ -1,8 +1,10 @@ #!/bin/sh +# First we kill Modest to make sure that, when we remove +# all the data, modest won't write again PIDS=`pidof modest` && kill -15 $PIDS - +# Removing modest user data folder rm -rf /home/user/.modest exit 0 -- 1.7.9.5