From: gadomska_anna Date: Thu, 16 Aug 2007 08:46:17 +0000 (+0000) Subject: HISA script has been fixed, it should not add another "new line" char; X-Git-Tag: 0.4~203 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=49ce325d930cf1a45b156bbdcf64fc97168c2eb7;p=mdictionary HISA script has been fixed, it should not add another "new line" char; git-svn-id: file:///svnroot/mdictionary/trunk@176 5bde0345-f819-0410-ac75-e5045f9217cc --- diff --git a/debian/whitestorkgui.postinst b/debian/whitestorkgui.postinst index a9e7c5a..e6cb4dc 100755 --- a/debian/whitestorkgui.postinst +++ b/debian/whitestorkgui.postinst @@ -20,14 +20,14 @@ then if [ -z $(grep mdict=hildon-whitestork.desktop /usr/share/applications/uri-action-defaults.list) ] then echo -e "Adding mdict URI action - uri-action-defaults.list" - echo -en "\nmdict=hildon-whitestork.desktop" >> /usr/share/applications/uri-action-defaults.list + echo -en "mdict=hildon-whitestork.desktop" >> /usr/share/applications/uri-action-defaults.list else echo -en "\n\nThere is an entry about WhiteStork in uri-action already ... \n\n" fi if [ -z `grep 'mdict=hildon-whitestork.desktop' /usr/share/applications/schemeinfo.cache` ] then echo -e "Adding mdict URI action - schemeinfo.cache" - echo -en "\nmdict=hildon-whitestork.desktop" >> /usr/share/applications/schemeinfo.cache + echo -en "mdict=hildon-whitestork.desktop" >> /usr/share/applications/schemeinfo.cache else echo -en "\n\nThere is an entry about WhiteStork in schemeinfo already ... \n\n" fi