author | kergoth <kergoth> | 2003-01-23 05:18:10 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 05:18:10 (UTC) |
commit | c9c6af99d715c352cc38a60067d09fb604a6f267 (patch) (unidiff) | |
tree | 466940a32afe219f62c3bee24eb1882a21e2cbce /libopie | |
parent | fea0b8dd4eeaee99e6f48ad7eda26a1aa10b903e (diff) | |
download | opie-c9c6af99d715c352cc38a60067d09fb604a6f267.zip opie-c9c6af99d715c352cc38a60067d09fb604a6f267.tar.gz opie-c9c6af99d715c352cc38a60067d09fb604a6f267.tar.bz2 |
package naming change.. alter library packages to use debian naming convention. also moved bits that didnt belong in lib pakcages elsewhere.
-rw-r--r-- | libopie/libopie1.control | 10 | ||||
-rwxr-xr-x | libopie/libopie1.postinst | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/libopie/libopie1.control b/libopie/libopie1.control new file mode 100644 index 0000000..07aafb2 --- a/dev/null +++ b/libopie/libopie1.control | |||
@@ -0,0 +1,10 @@ | |||
1 | Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 | ||
2 | Priority: optional | ||
3 | Section: opie/system | ||
4 | Maintainer: - | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | ||
7 | Depends: qt-embedded (>=$QTE_VERSION) | ||
8 | Provides: libopie | ||
9 | Replaces: libopie | ||
10 | Description: Opie library | ||
diff --git a/libopie/libopie1.postinst b/libopie/libopie1.postinst new file mode 100755 index 0000000..50d922c --- a/dev/null +++ b/libopie/libopie1.postinst | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ -x ldconfig ] && ldconfig | ||
4 | exit 0 | ||