Correcting whitestorkplugins.postinst file
authorpeku <marcin.peczek@gmail.com>
Thu, 9 Aug 2007 13:06:40 +0000 (13:06 +0000)
committerpeku <marcin.peczek@gmail.com>
Thu, 9 Aug 2007 13:06:40 +0000 (13:06 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@163 5bde0345-f819-0410-ac75-e5045f9217cc

debian/whitestorkplugins.postinst

index 4077edf..2130e19 100755 (executable)
@@ -5,12 +5,12 @@ echo -e "Postinstalling actions..."
 if [ "$1" != "upgrade" ]
 then
 # End automatically added section
-echo -e "Creating 'elements' dictionary" 
+echo -e "Creating 'Polish - English Sample Dictionary' dictionary" 
 su $USER -c 'gconftool-2 --type string --set /apps/maemo/WhiteStork/Dictionaries/StarDictSampleDict/name "Polish-English_Sample_Dictionary"'
 su $USER -c 'gconftool-2 --type string --set /apps/maemo/WhiteStork/Dictionaries/StarDictSampleDict/path "/usr/share/WhiteStork/dictionaries/StarDictSampleDict"'
 su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/Dictionaries/StarDictSampleDict/active true'
 su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/Dictionaries/StarDictSampleDict/optimized false'
-echo -e "Creating 'Polish - English Sample Dictionary' dictionary" 
+echo -e "Creating 'English - Polish Sample Dictionary' dictionary" 
 su $USER -c 'gconftool-2 --type string --set /apps/maemo/WhiteStork/Dictionaries/XDXFSampleDict/name "English-Polish_Sample_Dictionary"'
 su $USER -c 'gconftool-2 --type string --set /apps/maemo/WhiteStork/Dictionaries/XDXFSampleDict/path "/usr/share/WhiteStork/dictionaries/XDXFSampleDict"'
 su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/Dictionaries/XDXFSampleDict/active true'