Copy files when installing gem

Hi hi
I created a gem using rake and I would like to copy a couple of files
from a network drive to the local computers when people try to install
my gem like this:
gem install my_gem_file.gem

how can i do it?

thanks