Be more verbose with comments on what modest-clean.sh does
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 13 Mar 2009 10:45:38 +0000 (10:45 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 13 Mar 2009 10:45:38 +0000 (10:45 +0000)
pmo-trunk-r8003

src/hildon2/modest-clean.sh

index 04ed221..0d3cf79 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/sh
 
 #!/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
 
 PIDS=`pidof modest` && kill -15 $PIDS
 
-
+# Removing modest user data folder
 rm -rf /home/user/.modest
 
 exit 0
 rm -rf /home/user/.modest
 
 exit 0