Comment 4 for bug 131983

Revision history for this message
Oleksij Rempel (olerem) wrote :

i don't know if there is othe way to chack package, so i made this way:

for i in $( dpkg -L tracker ); do
          if [ -f $i ]; then md5sum $i >> tracker_check;
       fi;
done

I don't think cleen install is a solution. Did you mean system clean install or only home/.clean