Release 1.0.2
[conv-inbox] / debian / conversations-inbox-widget.preinst
1 #! /bin/sh
2
3 case "$1" in
4     install|upgrade)
5
6       echo "Restarting hildon-home."
7       killall hildon-home
8       rm -f "/tmp/hildon-desktop/hildon-home.stamp"
9     ;;
10
11     abort-upgrade)
12
13     ;;
14 esac
15
16 exit 0