author | alwin <alwin> | 2004-03-21 01:56:47 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-21 01:56:47 (UTC) |
commit | 3b677269bee78dc65d4f2fa4556f44f67b3e744c (patch) (side-by-side diff) | |
tree | fc058ea7c8647dd67c9b84dedfbfbfa0195ecc66 /noncore/applets/zkbapplet | |
parent | 7de6d81335e5e800f4bd3a3a9f507434f5fbcea2 (diff) | |
download | opie-3b677269bee78dc65d4f2fa4556f44f67b3e744c.zip opie-3b677269bee78dc65d4f2fa4556f44f67b3e744c.tar.gz opie-3b677269bee78dc65d4f2fa4556f44f67b3e744c.tar.bz2 |
keyz-cfg and zkbapplet merged into one package
-rw-r--r-- | noncore/applets/zkbapplet/zkbapplet.control | 5 | ||||
-rwxr-xr-x | noncore/applets/zkbapplet/zkbapplet.postinst | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/noncore/applets/zkbapplet/zkbapplet.control b/noncore/applets/zkbapplet/zkbapplet.control index 3004eff..b698d39 100644 --- a/noncore/applets/zkbapplet/zkbapplet.control +++ b/noncore/applets/zkbapplet/zkbapplet.control @@ -1,9 +1,10 @@ Package: zkbapplet -Files: plugins/applets/libzkbapplet.so* pics/zkb-disabled.png share/zkb/*.xml +Files: plugins/applets/libzkbapplet.so* pics/zkb-disabled.png share/zkb/*.xml bin/keyz-cfg apps/Settings/keyz-cfg.desktop pics/keyz-cfg.png share/zkb/zkb.xml.sample Priority: optional Section: opie/applets Maintainer: Rajko Albrecht <alwin@handhelds.org> Architecture: arm Depends: task-opie-minimal, keyz-cfg -Description: ZKB Applet +Description: ZKB Applet and configuration program +Obsoletes: keyz-cfg Version: 0.6.0$EXTRAVERSION diff --git a/noncore/applets/zkbapplet/zkbapplet.postinst b/noncore/applets/zkbapplet/zkbapplet.postinst new file mode 100755 index 0000000..c7d1cf4 --- a/dev/null +++ b/noncore/applets/zkbapplet/zkbapplet.postinst @@ -0,0 +1,3 @@ +#!/bin/sh + +test -f $OPIEDIR/share/zkb/zkb.xml || cp $OPIEDIR/share/zkb/zkb.xml.sample $OPIEDIR/share/zkb/zkb.xml |