mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
15 lines
249 B
Text
15 lines
249 B
Text
|
post_install () {
|
||
|
echo ""
|
||
|
echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
|
||
|
echo "==> for information about how to configure your ~/.emacs"
|
||
|
echo ""
|
||
|
}
|
||
|
|
||
|
post_upgrade () {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
$op $*
|