* cleaning whitestorkgui postinstal and prerm scripts from not needed logs and bring...
authorstranger <dariusz.wiechecki@gmail.com>
Mon, 20 Aug 2007 10:31:02 +0000 (10:31 +0000)
committerstranger <dariusz.wiechecki@gmail.com>
Mon, 20 Aug 2007 10:31:02 +0000 (10:31 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@183 5bde0345-f819-0410-ac75-e5045f9217cc

debian/whitestorkgui.postinst
debian/whitestorkgui.prerm

index 224afc4..94a4ae1 100755 (executable)
@@ -1,18 +1,10 @@
 #!/bin/sh
 
-echo -e "\n\n\n!!!!!!!!!!!!!!!!!!!!!!Postinstalling actions...\n\n\n" 
-
 if [ "$1" != "upgrade" ]
 then
 # End automatically added section
-# echo -e "Selecting menu location" 
-# maemo-select-menu-location whitestork.desktop
-
-echo -en "\n\nFile uri-action-defaults.list: \n"
-cat /usr/share/applications/uri-action-defaults.list
-
-echo -en "\n\nFile schemeinfo.cache: \n"
-cat /usr/share/applications/schemeinfo.cache
+echo -e "Selecting menu location" 
+maemo-select-menu-location whitestork.desktop
 
 
 if [ -f /usr/share/applications/uri-action-defaults.list ]
@@ -33,12 +25,4 @@ then
    fi
 fi
 
-echo -en "\n\nFile uri-action-defaults.list: \n"
-cat /usr/share/applications/uri-action-defaults.list
-
-echo -en "\n\nFile schemeinfo.cache: \n"
-cat /usr/share/applications/schemeinfo.cache
-
-
-
 fi
index dda19c0..b3db91c 100755 (executable)
@@ -1,9 +1,5 @@
 #!/bin/sh
 
-echo -e "\n\n\n!!!!!!!!!!!!!!!!!!!!!!Preremoving actions...\n\n\n"
-
-#su $USER -c 'rm -rf /usr/share/WhiteStork'
-
 # End automatically added section
 
 if [ "$1" != "upgrade" ]
@@ -28,11 +24,6 @@ then
    fi
 fi
 
-echo -en "\n\nFile uri-action-defaults.list: \n"
-cat /usr/share/applications/uri-action-defaults.list
-
-echo -en "\n\nFile schemeinfo.cache: \n"
-cat /usr/share/applications/schemeinfo.cache