summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/opie-tinykate.postinst
authorgroucho <groucho>2003-01-25 12:34:56 (UTC)
committer groucho <groucho>2003-01-25 12:34:56 (UTC)
commit4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5 (patch) (side-by-side diff)
treea1c887ab29f5a3a70470682e53efae803d34d4c4 /noncore/apps/tinykate/opie-tinykate.postinst
parent9800926c991a93a7b562faef55e084e5839916ec (diff)
downloadopie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.zip
opie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.tar.gz
opie-4273c7fc5f7b2afeeb6cce8dbe0a869759e84ce5.tar.bz2
Added postinst for ldconfig
Diffstat (limited to 'noncore/apps/tinykate/opie-tinykate.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/tinykate/opie-tinykate.postinst4
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