@Override
 public void finish() {
   RootShell.execute("mount -o remount,ro /system");
   super.finish();
 }