summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/opie-memoryapplet.postinst
authormickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
committer mickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
commit196486dafe08d6d78831e97b0a6058067d512eb9 (patch) (unidiff)
treeec13e41f7e182fca96e9100d9d9323e2d625564f /noncore/applets/memoryapplet/opie-memoryapplet.postinst
parent810b14b32e54dae040226328c04ea80c48d3d2a2 (diff)
downloadopie-196486dafe08d6d78831e97b0a6058067d512eb9.zip
opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.gz
opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.bz2
add pictures and distribution files for memoryapplet
Diffstat (limited to 'noncore/applets/memoryapplet/opie-memoryapplet.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/applets/memoryapplet/opie-memoryapplet.postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.postinst b/noncore/applets/memoryapplet/opie-memoryapplet.postinst
new file mode 100755
index 0000000..a549c30
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.postinst
@@ -0,0 +1,6 @@
1#!/bin/sh
2if pidof -s qpe >/dev/null; then
3 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
4else
5 exit 0
6fi