subprocess new pre-removal script returned error exit status 2 : command not foundblue-sky.postinst: line 2: dpkg: error while cleaning up: subprocess post-installation script returned error exit status 127
#! /bin/sh -e mv -f /usr/share/hildon-desktop/transitions.ini /usr/share/hildon-desktop/transitions-backedup.ini mv -f /usr/share/themes/Blue-sky/transitions/* /usr/share/hildon-desktop/ THEMEDIR='/usr/share/themes/Blue-sky' if [ ! -d $THEMEDIR ]; then exit 0 fi hildon-theme-cacher $THEMEDIR exit 0