Fixes: NB#291089 - Installation of clock application fails when applauncherd daemon stopped

RevBy: TrustMe
pull/1/head
Alexey Shilov 14 years ago
parent 0f47e1d7d7
commit ae0c06885a

@ -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 [ -s /var/run/applauncherd.lock ]; then
if [ -s /var/run/applauncherd.lock ] && [ -d /proc/`cat /var/run/applauncherd.lock` ]; then
kill -HUP `cat /var/run/applauncherd.lock`
fi
fi

1
debian/changelog vendored

@ -2,6 +2,7 @@ applauncherd (3.0.1) unstable; urgency=low
* Fixes: NB#273361 - Applaucherd is possible to start with wrong parameters
* Changes: Updated list of libraries to preload
* Fixes: NB#291089 - Installation of clock application fails when applauncherd daemon stopped
-- Alexey Shilov <alexey@trdhcp147241> Mon, 14 Nov 2011 13:39:38 +0200

Loading…
Cancel
Save