author | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
commit | 6504c09407f6cdf0e131205e0337ba6bc7046182 (patch) (side-by-side diff) | |
tree | 87f92a0902a09a97c543f76fb7cff7345f465191 /scripts | |
parent | 01fce94491cd4ceaffaaf7564f762b86ddf47241 (diff) | |
download | opie-6504c09407f6cdf0e131205e0337ba6bc7046182.zip opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.gz opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.bz2 |
Add Package: field to control files. This will facilitate ditching mkipks in favor of something with some sanity.
-rw-r--r-- | scripts/remove/opie-remove.control | 1 | ||||
-rw-r--r-- | scripts/remove/qpe-remove.control | 1 | ||||
-rw-r--r-- | scripts/update/opie-update.control | 1 | ||||
-rw-r--r-- | scripts/update/qpe-opie-update.control | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/scripts/remove/opie-remove.control b/scripts/remove/opie-remove.control index cb4a406..162b2c0 100644 --- a/scripts/remove/opie-remove.control +++ b/scripts/remove/opie-remove.control @@ -1,5 +1,6 @@ +Package: opie-remove Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system Priority: optional Version: 0.9.1 Description: Remove opie -- Use at own risc -- will remove opie and /opt/QtPalmtop/ diff --git a/scripts/remove/qpe-remove.control b/scripts/remove/qpe-remove.control index b1f002d..f38ee28 100644 --- a/scripts/remove/qpe-remove.control +++ b/scripts/remove/qpe-remove.control @@ -1,5 +1,6 @@ +Package: qpe-remove Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system Priority: optional Version: 0.9.1 Description: Remove qtopia -- Use at own risc -- will remove qtopia and /opt/QtPalmtop/ diff --git a/scripts/update/opie-update.control b/scripts/update/opie-update.control index a2f5e97..6a9e697 100644 --- a/scripts/update/opie-update.control +++ b/scripts/update/opie-update.control @@ -1,6 +1,7 @@ +Package: opie-update Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system Priority: optional Version: 0.9.1 Description: Reinstall opie. Dummy package that reinstalls opie, by removing everything and reinstalling it. diff --git a/scripts/update/qpe-opie-update.control b/scripts/update/qpe-opie-update.control index 81a5370..f58bab9 100644 --- a/scripts/update/qpe-opie-update.control +++ b/scripts/update/qpe-opie-update.control @@ -1,7 +1,8 @@ +Package: qpe-opie-update Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system Priority: optional Version: 0.9.1 Description: Remove qtopia and install opie. Dummy package that removes qtopia and installs opie, by removing everything and installing the same opie packages. |