[Lunar-commits] <moonbase> qt4: recompile pinentry if installed or crypto will crash

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Sep 4 18:14:10 CEST 2011


commit 80b7c17efd2e56d955c26949370a24aa686a0983
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Sep 4 18:14:10 2011 +0200

    qt4: recompile pinentry if installed or crypto will crash
---
 qt4-apps/qt4/POST_INSTALL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qt4/POST_INSTALL b/qt4-apps/qt4/POST_INSTALL
index 7f5dffa..fc993b9 100644
--- a/qt4-apps/qt4/POST_INSTALL
+++ b/qt4-apps/qt4/POST_INSTALL
@@ -1 +1,4 @@
 ld_add /usr/lib/qt4
+if module_installed pinentry ; then
+lin -c pinentry
+fi


More information about the Lunar-commits mailing list