desktop applet - internet search - entries had additionaly "new line" char; it was...
authorgadomska_anna <gadomska.anna@gmail.com>
Mon, 13 Aug 2007 10:17:24 +0000 (10:17 +0000)
committergadomska_anna <gadomska.anna@gmail.com>
Mon, 13 Aug 2007 10:17:24 +0000 (10:17 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@173 5bde0345-f819-0410-ac75-e5045f9217cc

debian/files
debian/whitestorkgui.postinst

index a28c1e6..6faa604 100644 (file)
@@ -1,3 +1,3 @@
-whitestorkgui_1.1.0-1_arm.deb user/office optional
-whitestork_1.1.0-1_arm.deb user/office optional
-whitestorkplugins_1.1.0-1_arm.deb user/office optional
+whitestorkgui_1.1.0-1_i386.deb user/office optional
+whitestork_1.1.0-1_i386.deb user/office optional
+whitestorkplugins_1.1.0-1_i386.deb user/office optional
index 7788c5f..a9e7c5a 100755 (executable)
@@ -8,10 +8,10 @@ then
 # echo -e "Selecting menu location" 
 # maemo-select-menu-location whitestork.desktop
 
-echo -en "\n\nZawartosc pliku uri-action-defaults.list: \n"
+echo -en "\n\nFile uri-action-defaults.list: \n"
 cat /usr/share/applications/uri-action-defaults.list
 
-echo -en "\n\nZawartosc pliku schemeinfo.cache: \n"
+echo -en "\n\nFile schemeinfo.cache: \n"
 cat /usr/share/applications/schemeinfo.cache
 
 
@@ -20,23 +20,23 @@ 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\n" >> /usr/share/applications/uri-action-defaults.list
+      echo -en "\nmdict=hildon-whitestork.desktop" >> /usr/share/applications/uri-action-defaults.list
    else
-      echo -en "\n\nznaczy sie ze wpis o whitestorku w uri-action juz jest\n\n"
+      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\n" >> /usr/share/applications/schemeinfo.cache
+      echo -en "\nmdict=hildon-whitestork.desktop" >> /usr/share/applications/schemeinfo.cache
    else
-      echo -en "\n\nznaczy sie ze wpis o whitestorku w schemeinfo juz jest\n\n"
+      echo -en "\n\nThere is an entry about WhiteStork in schemeinfo already ... \n\n"
    fi
 fi
 
-echo -en "\n\nZawartosc pliku uri-action-defaults.list: \n"
+echo -en "\n\nFile uri-action-defaults.list: \n"
 cat /usr/share/applications/uri-action-defaults.list
 
-echo -en "\n\nZawartosc pliku schemeinfo.cache: \n"
+echo -en "\n\nFile schemeinfo.cache: \n"
 cat /usr/share/applications/schemeinfo.cache