PKGBUILDs/community/pida/pida.install

14 lines
156 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*