[Debian-l10n-commits] r2784 - /pootle/trunk/debian/pootle.postinst

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:09:03 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:09:02 2011
New Revision: 2784

URL: http://svn.debian.org/wsvn/?sc=1&rev=2784
Log:
Bugfix in handling debconf data

Modified:
    pootle/trunk/debian/pootle.postinst

Modified: pootle/trunk/debian/pootle.postinst
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.postinst?rev=2784&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.postinst (original)
+++ pootle/trunk/debian/pootle.postinst Wed Nov 16 16:09:02 2011
@@ -143,7 +143,7 @@
         fi
 
         # Configure webserver
-        db_get pootle/webserver || ${RET-none}
+        db_get pootle/webserver || true
         case "$RET" in
             apache2)
                 apache2_install




More information about the Debian-l10n-commits mailing list