#!/bin/sh

rm -rf /usr/share/applications

sync

tar -xf /usr/share/applications.tar -C /usr/share/

rm -rf /usr/share/applications
sleep 2

tar -xf /usr/share/applications.tar -C /usr/share/
wait
cd /etc/init.d
rm S05application
