author | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
commit | ffe47019a96da4e6b7057fca30bb64274443099b (patch) (side-by-side diff) | |
tree | ae203606aee544bec92ac9cc139a713199cf5522 /libqtaux/libqtaux.postinst | |
parent | 7f865d5f46330faf3574495cc68093490f896411 (diff) | |
download | opie-ffe47019a96da4e6b7057fca30bb64274443099b.zip opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.gz opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.bz2 |
introduce libqtaux in order to get a LGPL clean libopie2 after the merge
with libopie1
-rwxr-xr-x | libqtaux/libqtaux.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libqtaux/libqtaux.postinst b/libqtaux/libqtaux.postinst new file mode 100755 index 0000000..0c37b3d --- a/dev/null +++ b/libqtaux/libqtaux.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x /sbin/ldconfig ] && /sbin/ldconfig +exit 0 |