From 275ce580b85be3b439bbb907efce5036c3282c56 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 22 Dec 2002 17:17:56 +0000 Subject: call ldconfig in postinst for libraries (only if it is installed) --- (limited to 'qt') diff --git a/qt/qt-embedded.postinst b/qt/qt-embedded.postinst new file mode 100755 index 0000000..50d922c --- a/dev/null +++ b/qt/qt-embedded.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x ldconfig ] && ldconfig +exit 0 -- cgit v0.9.0.2