Author: aurel32
Date: 2009-11-10 12:05:43 +0000 (Tue, 10 Nov 2009)
New Revision: 3954

Modified:
   glibc-package/trunk/debian/debhelper.in/libc-alt.postinst
Log:
Allow failure of iconvconfig


Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.postinst   2009-11-10 
11:35:28 UTC (rev 3953)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.postinst   2009-11-10 
12:05:43 UTC (rev 3954)
@@ -5,7 +5,7 @@
 if [ "$type" = "configure" ]
 then
     # Generate cache file LIBDIR/gconv/gconv-modules.cache
-    iconvconfig -o LIBDIR/gconv/gconv-modules.cache LIBDIR/gconv
+    iconvconfig -o LIBDIR/gconv/gconv-modules.cache LIBDIR/gconv || true
 fi
 
 #DEBHELPER#


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to