summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/install.sh b/install.sh
index 996d3c2..d535e3f 100755
--- a/install.sh
+++ b/install.sh
@@ -10,10 +10,6 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults
echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap"
ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
-#for item in `ls`; do
-# if [ -d $item ]; then
-# if [ -e $item/install.sh ]; then
-# . $item/install.sh $INSTALL_BASEDIR
-# fi
-# fi
-#done
+# NCMPCPP
+echo "Linking $INSTALL_BASEDIR/ncmpcpp to $HOME/.ncmpcpp"
+ln -sf $INSTALL_BASEDIR/ncmpcpp $HOME/.ncmpcpp