summarylogtreecommitdiffstats
path: root/xmonad.install
diff options
context:
space:
mode:
authorMrElendig2018-09-22 10:44:10 +0200
committerMrElendig2018-09-22 10:44:10 +0200
commitb47813fc4c767250c8a31532ad06a6999add6f1a (patch)
treeeaa378568d5f00c56c5a5a723c255521ff55e3fa /xmonad.install
parent039cf33e83f54b4cf136fd8dc420ffa5bae846bd (diff)
downloadaur-b47813fc4c767250c8a31532ad06a6999add6f1a.tar.gz
update and cleanup
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
-}