summaryrefslogtreecommitdiff
path: root/library/libqpe1.postinst
authorkergoth <kergoth>2003-01-23 05:18:10 (UTC)
committer kergoth <kergoth>2003-01-23 05:18:10 (UTC)
commitc9c6af99d715c352cc38a60067d09fb604a6f267 (patch) (side-by-side diff)
tree466940a32afe219f62c3bee24eb1882a21e2cbce /library/libqpe1.postinst
parentfea0b8dd4eeaee99e6f48ad7eda26a1aa10b903e (diff)
downloadopie-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.
Diffstat (limited to 'library/libqpe1.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xlibrary/libqpe1.postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/libqpe1.postinst b/library/libqpe1.postinst
new file mode 100755
index 0000000..50d922c
--- a/dev/null
+++ b/library/libqpe1.postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -x ldconfig ] && ldconfig
+exit 0