summaryrefslogtreecommitdiff
path: root/pcr/pjproject/pjproject.install
blob: b7fa377cfefdfc30a89aacd047c7329cf942a730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat << EOF
==>
==> To use py_pjsua (Python bindings for PJSUA),
==> install 'alsa-lib', 'e2fsprogs', and 'python'
==>
EOF
}

post_upgrade() {
  post_install
}

op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"

# vim:set ts=2 sw=2 et: