mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
pre_upgrade() {
|
|
echo '==> Unregistering cabalized packages...'
|
|
[[ -d /usr/share/haskell ]] && find /usr/share/haskell -maxdepth 2 -name 'unregister.sh' -exec {} \;
|
|
echo '==> Done.'
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo '==> All cabalized packages need to be reinstalled now.'
|
|
echo '==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.'
|
|
}
|