blob: d40b5971d1396aaf6c3fe90bf1d91cdfa58b1505 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|