#!/bin/sh #post-install script. if test ! $(pwd) = "/"{ echo '#!/bin/sh' > ./usr/local/bin/defaulttexteditor echo 'exec geany "$@"' >> ./usr/local/bin/defaulttexteditor }