hi everydoby?
i have a problem when uninstall my application i want to close it.
my application is client server application when the user uninstall the app the server continues running i want to close it so i put the following code in the postrm file
this code runs fine if the server is running but if it was not running the package fail to uninstallCode:killall -q myServer
is there any solution?

Reply With Quote

