diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-14 17:16:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:42:57 -0400 |
commit | 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch) | |
tree | 7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /bin/update-xmonad.sh |
Initial import
Diffstat (limited to '')
-rwxr-xr-x | bin/update-xmonad.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/update-xmonad.sh b/bin/update-xmonad.sh new file mode 100755 index 0000000..d40b597 --- /dev/null +++ b/bin/update-xmonad.sh @@ -0,0 +1,11 @@ +#!/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 |