> That should be handled in postinst. Can you check if your postinst > scripts are properly included in the package? looks good, can't wait for the interpreter to use ruby-support -I Thanks for the help :) #!/bin/sh set -e # Automatically added by dh_ruby if which ruby-support 2>/dev/null >/dev/null; then ruby-support -i libwww-delicious-ruby fi # End automatically added section
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers
