[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4.2.3+dfsg-2-9-g43ef73a

Mirco Bauer meebey at meebey.net
Wed Nov 18 00:50:26 UTC 2009


The following commit has been merged in the master branch:
commit 43ef73a3e30f35745982f955a58032e16f04dc10
Author: Mirco Bauer <meebey at meebey.net>
Date:   Wed Nov 18 01:47:57 2009 +0100

    Fuck debhelper, fuck policy, adding ldconfig by hand now as dh_makeshlibs only adds the ldconfig command automatically if the library has a major version in the SONAME.

diff --git a/debian/libmono-profiler.postist b/debian/libmono-profiler.postist
new file mode 100644
index 0000000..79c3abb
--- /dev/null
+++ b/debian/libmono-profiler.postist
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+        
+#DEBHELPER#
diff --git a/debian/libmono-profiler.postrm b/debian/libmono-profiler.postrm
new file mode 100644
index 0000000..f7c5ed7
--- /dev/null
+++ b/debian/libmono-profiler.postrm
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#
diff --git a/debian/mono-runtime.postinst b/debian/mono-runtime.postinst
index 0568a99..2ae2179 100644
--- a/debian/mono-runtime.postinst
+++ b/debian/mono-runtime.postinst
@@ -20,4 +20,8 @@ if [ configure = "$1" ] && [ -d /usr/share/dotnet/mono/ ] && [ -L /usr/share/dot
 	rm /usr/share/dotnet/mono
 fi
 
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+        
 #DEBHELPER#
diff --git a/debian/mono-runtime.postrm b/debian/mono-runtime.postrm
new file mode 100644
index 0000000..f7c5ed7
--- /dev/null
+++ b/debian/mono-runtime.postrm
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#

-- 
mono



More information about the Pkg-mono-svn-commits mailing list