< 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.
< 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.