Removed compile.sh and install.sh, since they are now in .bashrc as c-compile and c-install.

This commit is contained in:
chaves 2011-01-24 23:40:20 +00:00
parent eb09d3b67c
commit 1bd8e8dc78
2 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
cd $1
../makepkg -frs --noconfirm
sudo rm -rf pkg src *.pkg.*
cd ..

View File

@ -1,10 +0,0 @@
#!/bin/bash
PACKAGE_LIST=""
for i in $*
do
PACKAGE_LIST=$PACKAGE_LIST" ./_repo/local/"$i"*"
done
sudo pacman -U --noconfirm $PACKAGE_LIST