View Single Post
Posts: 64 | Thanked: 109 times | Joined on Mar 2010
#378
Reeby you can also try:
Code:
dpkg --purge --force-remove-reinstreq imhere-0.3
Also on traditional linux dpkg (and hopefully also on N900) there is option to delete pre-remove scripts which can be found in /var/lib/dpkg/info. I guess you should be looking for something like imhere-0.3.prerm and imhere-0.3.postinst.

Before proceeding with dpkg remove/purge post here result of:
Code:
cat /var/lib/dpkg/info/imhere-0.3.prerm
For uninstall:

Code:
rm /var/lib/dpkg/info/imhere-0.3.prerm
rm /var/lib/dpkg/info/imhere-0.3.postinst

dpkg --remove --force-remove-reinstreq imhere-0.3
dpkg --purge --force-remove-reinstreq imhere-0.3
Use at your own risk. I'm not sure if maemo version supports force-remove-reinstreq switch.

Last edited by mauron85; 2010-05-07 at 07:55.