1 # arg 1: the new package version
4 echo "For the defaults, line 1 goes into passwd, and 2 into group."
5 echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false"
6 echo "portage::250:portage"
12 echo "Do you want to purge the ebuild storage folder?[y/n]"
14 if [ "$input" == "y" ] ; then
18 echo "Nothing to do!See you later cowboy"