Fixes: NB#289792 - Upgrade from PR1.1 aborts around 66% due to applauncherd-launcher

RevBy: Juha Lintula
pull/1/head
Alexey Shilov 14 years ago
parent 9a68a15290
commit 1588881e79

@ -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

3
debian/changelog vendored

@ -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 <ext-thyagarajan.1.balarishnan@nokia.com> Mon, 07 Nov 2011 14:55:11 +0200

Loading…
Cancel
Save