From 1bd8e8dc78cc1b56ee49c8c0266f19b2218d06d4 Mon Sep 17 00:00:00 2001 From: chaves Date: Mon, 24 Jan 2011 23:40:20 +0000 Subject: [PATCH] Removed compile.sh and install.sh, since they are now in .bashrc as c-compile and c-install. --- compile.sh | 5 ----- install.sh | 10 ---------- 2 files changed, 15 deletions(-) delete mode 100755 compile.sh delete mode 100755 install.sh diff --git a/compile.sh b/compile.sh deleted file mode 100755 index e52fe7726..000000000 --- a/compile.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -cd $1 -../makepkg -frs --noconfirm -sudo rm -rf pkg src *.pkg.* -cd .. diff --git a/install.sh b/install.sh deleted file mode 100755 index 1a3c6fc9f..000000000 --- a/install.sh +++ /dev/null @@ -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