From: Jose Dapena Paz Date: Fri, 13 Mar 2009 10:45:38 +0000 (+0000) Subject: Be more verbose with comments on what modest-clean.sh does X-Git-Tag: git_migration_finished~334 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=2a1b5c89e712a8da294ffdfdc72066edd862bedb Be more verbose with comments on what modest-clean.sh does pmo-trunk-r8003 --- 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