summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/install.sh b/install.sh
index d9bf2f8..996d3c2 100755
--- a/install.sh
+++ b/install.sh
@@ -10,14 +10,6 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults
echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap"
ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
-# PINERC
-echo "Linking $INSTALL_BASEDIR/pinerc to $HOME/.pinerc"
-ln -sf $INSTALL_BASEDIR/pinerc $HOME/.pinerc
-
-# CANTORC
-echo "Linking $INSTALL_BASEDIR/canto to $HOME/.canto"
-ln -sf $INSTALL_BASEDIR/canto $HOME/.canto
-
#for item in `ls`; do
# if [ -d $item ]; then
# if [ -e $item/install.sh ]; then