From: Jose Dapena Paz Date: Fri, 13 Mar 2009 10:45:34 +0000 (+0000) Subject: Cud script: kill modest before removing modest data (fixes NB#105128) X-Git-Tag: git_migration_finished~335 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=f7a19b4d2155c3f769d00f95553da7ba5ea136e9 Cud script: kill modest before removing modest data (fixes NB#105128) pmo-trunk-r8002 --- 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