Kill hildon-home before installing a new version, avoiding widget reloading during...
[conv-inbox] / debian / conversations-inbox-widget.postinst
diff --git a/debian/conversations-inbox-widget.postinst b/debian/conversations-inbox-widget.postinst
deleted file mode 100644 (file)
index 3201e89..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-
-case "$1" in
-    configure)
-
-      echo "Restarting hildon-home."
-      killall hildon-home
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-exit 0