desktop/xmonad-contrib/xmonad-contrib.install

18 lines
217 B
Plaintext
Raw Normal View History

2013-08-25 18:17:20 +08:00
HS_DIR=usr/share/haskell/xmonad-contrib
post_install() {
${HS_DIR}/register.sh
}
pre_upgrade() {
${HS_DIR}/unregister.sh
}
post_upgrade() {
${HS_DIR}/register.sh
}
pre_remove() {
${HS_DIR}/unregister.sh
}