summarylogtreecommitdiffstats
path: root/xmonad.install
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.install')
-rw-r--r--xmonad.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/xmonad.install b/xmonad.install
deleted file mode 100644
index aec6b6021cd6..000000000000
--- a/xmonad.install
+++ /dev/null
@@ -1,21 +0,0 @@
-HS_DIR=/usr/share/haskell/xmonad
-
-post_install() {
- ${HS_DIR}/register.sh
- echo "xmonad now has dynamic configuration via ~/.xmonad/xmonad.hs"
- echo "See http://haskell.org/haskellwiki/Xmonad/Config_archive for examples"
- echo "You have to rebuild this package after any change to the haskell deps"
-}
-
-pre_upgrade() {
- ${HS_DIR}/unregister.sh
-}
-
-post_upgrade() {
- ${HS_DIR}/register.sh
- echo "You have to rebuild this package after any change to the haskell deps"
-}
-
-pre_remove() {
- ${HS_DIR}/unregister.sh
-}