author | kergoth <kergoth> | 2003-01-23 20:27:01 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 20:27:01 (UTC) |
commit | afe2c2f4925e45440c081c695a4af0c7839789ef (patch) (side-by-side diff) | |
tree | a6372e3cdb8a29b3f316dd110188f148d65e4410 /qt | |
parent | 57ed11c1dddb5dc974903c291007662c1f5203c6 (diff) | |
download | opie-afe2c2f4925e45440c081c695a4af0c7839789ef.zip opie-afe2c2f4925e45440c081c695a4af0c7839789ef.tar.gz opie-afe2c2f4925e45440c081c695a4af0c7839789ef.tar.bz2 |
Duplicate control pointed out by oliver
-rw-r--r-- | qt/qt-embedded-rotation.control | 11 | ||||
-rw-r--r-- | qt/qt-embedded.control | 10 | ||||
-rwxr-xr-x | qt/qt-embedded.postinst | 4 |
3 files changed, 0 insertions, 25 deletions
diff --git a/qt/qt-embedded-rotation.control b/qt/qt-embedded-rotation.control deleted file mode 100644 index 38b5ccc..0000000 --- a/qt/qt-embedded-rotation.control +++ b/dev/null @@ -1,11 +0,0 @@ -Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.* -Priority: optional -Section: opie/system -Maintainer: Warwick Allison <warwick@trolltech.com> -Architecture: arm -Arch: iPAQ -Depends: libjpeg62 -Version: $QTE_VERSION-$QTE_REVISION -Description: Qt/Embedded 0,90,180 rotation fonts - The iPAQ's "normal" orientation is 270-degree rotated. - These fonts are the fonts for other angles. diff --git a/qt/qt-embedded.control b/qt/qt-embedded.control deleted file mode 100644 index 94579a4..0000000 --- a/qt/qt-embedded.control +++ b/dev/null @@ -1,10 +0,0 @@ -Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* -Priority: required -Section: opie/system -Maintainer: Robert Griebl <sandman@handhelds.org> -Architecture: arm -Version: $QTE_VERSION-$QTE_REVISION -Depends: libjpeg62, libpng3, zlib1g -Description: Qt/Embedded environment - A complete windowing system and GUI toolkit for handhelds. - See "QPE" for applications. diff --git a/qt/qt-embedded.postinst b/qt/qt-embedded.postinst deleted file mode 100755 index 50d922c..0000000 --- a/qt/qt-embedded.postinst +++ b/dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -[ -x ldconfig ] && ldconfig -exit 0 |