diff options
Diffstat (limited to 'packages/opie-networkapplet/opie-networkapplet.inc')
-rw-r--r-- | packages/opie-networkapplet/opie-networkapplet.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opie-networkapplet/opie-networkapplet.inc b/packages/opie-networkapplet/opie-networkapplet.inc index f67861e069..dcb5c930f1 100644 --- a/packages/opie-networkapplet/opie-networkapplet.inc +++ b/packages/opie-networkapplet/opie-networkapplet.inc @@ -13,7 +13,7 @@ pkg_postinst() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi if pidof -s qpe >/dev/null; then - /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" + /usr/bin/qcop QPE/TaskBar "reloadApplets()" else exit 0 fi @@ -22,7 +22,7 @@ fi pkg_postrm() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi -/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" +/usr/bin/qcop QPE/TaskBar "reloadApplets()" } # FILES plugins/applets/libnetworkapplet.so* pics/networkapplet |