summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet
authormickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
committer mickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
commit196486dafe08d6d78831e97b0a6058067d512eb9 (patch) (side-by-side diff)
treeec13e41f7e182fca96e9100d9d9323e2d625564f /noncore/applets/memoryapplet
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') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/memoryapplet/opie-memoryapplet.control10
-rwxr-xr-xnoncore/applets/memoryapplet/opie-memoryapplet.postinst6
-rwxr-xr-xnoncore/applets/memoryapplet/opie-memoryapplet.postrm2
3 files changed, 18 insertions, 0 deletions
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.control b/noncore/applets/memoryapplet/opie-memoryapplet.control
new file mode 100644
index 0000000..0f42052
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.control
@@ -0,0 +1,10 @@
+Package: opie-memoryapplet
+Files: plugins/applets/libmemoryapplet.so* $OPIEDIR/pics/memory
+Priority: optional
+Section: opie/system
+Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>
+Architecture: arm
+Depends: task-opie-minimal
+Description: Memory Applet
+ This applet displays the amount of free memory and manages the swap partition
+Version: $QPE_VERSION$EXTRAVERSION
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 @@
+#!/bin/sh
+if pidof -s qpe >/dev/null; then
+ /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+else
+ exit 0
+fi
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.postrm b/noncore/applets/memoryapplet/opie-memoryapplet.postrm
new file mode 100755
index 0000000..ba76ffa
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.postrm
@@ -0,0 +1,2 @@
+#!/bin/sh
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"