From 1588881e79a4356d7f6180cd89ea0aa9ee396194 Mon Sep 17 00:00:00 2001 From: Alexey Shilov Date: Tue, 8 Nov 2011 14:28:24 +0200 Subject: [PATCH] Fixes: NB#289792 - Upgrade from PR1.1 aborts around 66% due to applauncherd-launcher RevBy: Juha Lintula --- debian/applauncherd-launcher.postinst | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/applauncherd-launcher.postinst b/debian/applauncherd-launcher.postinst index b94e80d..492d105 100644 --- a/debian/applauncherd-launcher.postinst +++ b/debian/applauncherd-launcher.postinst @@ -8,7 +8,7 @@ elif [ "$1" = "triggered" ]; then # Installation of some other package may have caused applauncherd credentials to go stale, # ask applauncherd to re-exec to refresh the credentials. - if [ -f /var/run/applauncherd.lock ]; then + if [ -s /var/run/applauncherd.lock ]; then kill -HUP `cat /var/run/applauncherd.lock` fi fi diff --git a/debian/changelog b/debian/changelog index e0be21f..2f65894 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -applauncherd (2.0.9) unstable; urgency=low +applauncherd (2.0.9) stable; urgency=low * Changes: Updated testscript for performance measurement (workaround for MCompositor XGrabServer delay) + * Fixes: NB#289792 - Upgrade from PR1.1 aborts around 66% due to applauncherd-launcher -- Thyagarajan Balakrishnan Mon, 07 Nov 2011 14:55:11 +0200