diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-08-21 18:05:58 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-08-21 18:05:58 -0400 |
commit | c0c698f74ac91b1fbf4cc8b5e39fe49441a2ba68 (patch) | |
tree | 4b70a8fdbdfb27100cf6173d4fd3efe2f737d390 /bin/update-xmonad.sh | |
parent | Added script to update internet radio playlist (diff) |
Delete a bunch of old scripts
Diffstat (limited to '')
-rwxr-xr-x | bin/update-xmonad.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/update-xmonad.sh b/bin/update-xmonad.sh deleted file mode 100755 index d40b597..0000000 --- a/bin/update-xmonad.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -cd /usr/src/xmonad -darcs pull -runhaskell Setup.lhs configure -runhaskell Setup.lhs build -runhaskell Setup.lhs install -cd /usr/src/XMonadContrib -darcs pull -runhaskell Setup.lhs configure -runhaskell Setup.lhs build -runhaskell Setup.lhs install |