diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-08 12:29:24 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-04-10 20:07:45 +0200 |
commit | a1357a987e4f7899fb5bcf5bc6e785fe9fddfc93 (patch) | |
tree | b2bda8ea05e41f87024b3d22bf7795aa9460701a /debian | |
parent | b5c02fe6921bc984eafda0db5fbe006f0658aebe (diff) | |
download | tde-packaging-a1357a987e4f7899fb5bcf5bc6e785fe9fddfc93.tar.gz tde-packaging-a1357a987e4f7899fb5bcf5bc6e785fe9fddfc93.zip |
Force ldconfig run when kgtk-qt3-trinity is installed or removed
This resolves Bug 1431
(cherry picked from commit 35be8501341e24d5279f755d7a46c1190deb551f)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/lenny/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian | 8 | ||||
-rw-r--r-- | debian/squeeze/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/lenny/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian b/debian/lenny/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian new file mode 100644 index 000000000..f7e4ea7f5 --- /dev/null +++ b/debian/lenny/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian @@ -0,0 +1,8 @@ +kgtk-qt3-trinity: no-shlibs-control-file opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: no-shlibs-control-file opt/trinity/lib/kgtk/libkqt3.so + +kgtk-qt3-trinity: postinst-must-call-ldconfig opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: postinst-must-call-ldconfig opt/trinity/lib/kgtk/libkqt3.so + +kgtk-qt3-trinity: postrm-should-call-ldconfig opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: postrm-should-call-ldconfig opt/trinity/lib/kgtk/libkqt3.so diff --git a/debian/squeeze/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian b/debian/squeeze/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian new file mode 100644 index 000000000..f7e4ea7f5 --- /dev/null +++ b/debian/squeeze/applications/kgtk-qt3/debian/kgtk-qt3-trinity.lintian @@ -0,0 +1,8 @@ +kgtk-qt3-trinity: no-shlibs-control-file opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: no-shlibs-control-file opt/trinity/lib/kgtk/libkqt3.so + +kgtk-qt3-trinity: postinst-must-call-ldconfig opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: postinst-must-call-ldconfig opt/trinity/lib/kgtk/libkqt3.so + +kgtk-qt3-trinity: postrm-should-call-ldconfig opt/trinity/lib/kgtk/libkgtk2.so +kgtk-qt3-trinity: postrm-should-call-ldconfig opt/trinity/lib/kgtk/libkqt3.so |