![]() |
2010-05-18
, 10:16
|
Posts: 243 |
Thanked: 146 times |
Joined on Dec 2009
@ Knowhere
|
#2
|
![]() |
2010-05-18
, 16:43
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2010
|
#3
|
rm /var/lib/dpkg/info/imhere-0.3.prerm rm /var/lib/dpkg/info/imhere-0.3.postinst
dpkg --purge --force-remove-reinstreq imhere-0.3
Removing imhere-0.3 ... remove/upgrade not enabled 'remove' dpkg: error processing imhere-0.3 (--purge): subprocess pre-removal script returned error exit status 1 Errors were encounteredwhile processing: imhere-0.3
cd /var/lib/dpkg/info/ ls
imhere-0.3.conffiles imhere-0.3.list imhere-0.3.md5sums imhere-0.3.postinst imhere-0.3.prerm
![]() |
2010-05-18
, 16:48
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
subprocess pre-removal script returned error exit status 1
![]() |
2010-05-18
, 17:19
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2010
|
#5
|
![]() |
2010-05-18
, 17:21
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#6
|
![]() |
2010-05-18
, 18:56
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2010
|
#7
|
#!/bin/sh # prerm script for imhere # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * <prerm> `remove' # * <old-prerm> `upgrade' <new-version> # * <new-prerm> `failed-upgrade' <old-version> # * <conflictor's-prerm> `remove' `in-favour' <package> <new-version> # * <deconfigured's-prerm> `deconfigure' `in-favour' # <package-being-installed> <version> `removing' # <conflicting-package> <version> # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in upgrade|remove|failed-upgrade|deconfigure) UNINSTALL_NAME='/etc/init.d/imhere-0.3.uninstall' if [ -f $UNINSTALL_NAME ]; then PROGRAM_NAME='/usr/bin/imhere-0.3' ps ax | grep -v grep | grep $PROGRAM_NAME > /dev/null if [ $? -eq 0 ]; then killall 'imhere-0.3' fi else echo "remove/upgrade not enabled \`$1'" >&2 exit 1 fi ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0
![]() |
2010-05-20
, 12:20
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#8
|
/etc/init.d/imhere-0.3.uninstall
I'm afraid I messed up the "I am here" application and now I'm looking on a way to either:
1. reinstall the program
2. uninstall the program
3. contact the developer
Since I changed the keyboard layout after the install, the program is not responding. Changing the keyboard layout back, didn't do the trick.
I can back up everything and flash the device, but that's a bit overkill for one application, I think?
thanks all,
kind regards,