summarylogtreecommitdiffstats
path: root/pida.install
blob: e9c1f340739541217d1cc3974dfc949b2729a3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat << EOF
==> Install either medit-full, gvim or emacs to act as the editor in PIDA
EOF
}

post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*