another paths in postinstall and preremove scripts.
[mdictionary] / debian / whitestorkgui.prerm
index b9e955b..dda19c0 100755 (executable)
@@ -1,9 +1,11 @@
 #!/bin/sh
 
-echo -e "Preremoving actions..."
+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" ]
 then
 
@@ -26,4 +28,11 @@ then
    fi
 fi
 
-# End automatically added section
+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
+
+
+