author | groucho <groucho> | 2003-01-25 12:34:56 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-25 12:34:56 (UTC) |
commit | 4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5 (patch) (side-by-side diff) | |
tree | a1c887ab29f5a3a70470682e53efae803d34d4c4 | |
parent | 9800926c991a93a7b562faef55e084e5839916ec (diff) | |
download | opie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.zip opie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.tar.gz opie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.tar.bz2 |
Added postinst for ldconfig
-rwxr-xr-x | noncore/apps/tinykate/opie-tinykate.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/opie-tinykate.postinst b/noncore/apps/tinykate/opie-tinykate.postinst new file mode 100755 index 0000000..50d922c --- a/dev/null +++ b/noncore/apps/tinykate/opie-tinykate.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x ldconfig ] && ldconfig +exit 0 |