mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
14 lines
249 B
Text
14 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 $*
|