From 1362726346f1ab497ad5822db1a9b284f5bdaa1a Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 28 Dec 2002 18:19:55 +0000 Subject: only send the qcop call in the postinst script, if qpe is running --- (limited to 'noncore/applets/wirelessapplet') diff --git a/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst b/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst index ba76ffa..9c8c2d9 100755 --- a/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst +++ b/noncore/applets/wirelessapplet/opie-wirelessapplet.postinst @@ -1,2 +1,2 @@ #!/bin/sh -/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" +pidof -s qpe >/dev/null && /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" -- cgit v0.9.0.2