From c9c6af99d715c352cc38a60067d09fb604a6f267 Mon Sep 17 00:00:00 2001
From: kergoth <kergoth>
Date: Thu, 23 Jan 2003 05:18:10 +0000
Subject: package naming change.. alter library packages to use debian naming convention. also moved bits that didnt belong in lib pakcages elsewhere.

---
(limited to 'libopie')

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 @@
+Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1
+Priority: optional
+Section: opie/system
+Maintainer: - 
+Architecture: arm
+Version: $QPE_VERSION-$SUB_VERSION.1
+Depends: qt-embedded (>=$QTE_VERSION)
+Provides: libopie
+Replaces: libopie
+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 @@
+#!/bin/sh
+
+[ -x ldconfig ] && ldconfig
+exit 0
--
cgit v0.9.0.2