From: Dennis Nienhüser Date: Thu, 23 Dec 2010 10:40:09 +0000 (-0500) Subject: Remove the distanceUnit config entries. There's no GUI to set it and it is now correc... X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=9843c871e4d1b3e811a624f9592247d32bffe9b8;p=marble Remove the distanceUnit config entries. There's no GUI to set it and it is now correctly auto-detected. --- diff --git a/packaging/debian/marble.postinst b/packaging/debian/marble.postinst index 15e6519..0592ba8 100755 --- a/packaging/debian/marble.postinst +++ b/packaging/debian/marble.postinst @@ -11,6 +11,7 @@ then -e 's/^sideBar=true$/sideBar=false/' \ -e 's/^volatileTileCacheLimit=30$/volatileTileCacheLimit=6/' \ -e 's/^projection=0$/projection=2/' \ + -e '/^distanceUnit=/d' \ "${config}" chown user:users "${config}" fi