I'm working on a custom Debian package and I'd like to delay its installation/configuration when installed with other packages, eg;
$ sudo apt-get install htop curl my-pkg rsync ...
Apt-get should install all other packages and let my-pkg to the end, any ideas to accomplish this within the maintainer scripts?