Remove unused scripts from installer

master
nirenjan 2015-04-13 14:15:18 -07:00
parent 516777e446
commit 6aa4ac66b4
1 changed files with 0 additions and 9 deletions

View File

@ -144,19 +144,10 @@ mkfolder ~/bin
# Install scripts # Install scripts
lnfile scripts/beep ~/bin/ lnfile scripts/beep ~/bin/
lnfile scripts/deploy ~/bin/
lnfile scripts/mlog ~/bin/
lnfile scripts/stardate ~/bin/ lnfile scripts/stardate ~/bin/
lnfile scripts/settitle ~/bin/ lnfile scripts/settitle ~/bin/
lnfile scripts/smartwd ~/bin/ lnfile scripts/smartwd ~/bin/
# Don't bother installing the note script on a Mac, it doesn't work that well
if [[ "$(uname)" != *"Darwin"* ]]
then
lnfile scripts/note ~/bin/
lnfile scripts/note ~/bin/n
fi
####################################################################### #######################################################################
# Install git configuration # Install git configuration
####################################################################### #######################################################################