Noobfarm

Home Add Quote


#23
Added: 2007-04-09

< Alan_Hicks> rpm() { if [ $1 = '-i' ]; then installpkg $#; elif [ $1 = '-u' ]; then upgradepkg $#; fi }
< Alan_Hicks> There, complete rpm re-write, since no other functions in rpm ever worked anyhow.