aboutsummaryrefslogtreecommitdiff
path: root/bin/update-xmonad.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-xmonad.sh')
-rwxr-xr-xbin/update-xmonad.sh11
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