PKGBUILDs/community/pida/pida.install
2009-10-09 21:15:33 -05:00

13 lines
156 B
Text

post_install() {
cat << EOF
==> Install either gvim or emacs to act as the editor in PIDA
EOF
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*