diff options
Diffstat (limited to 'pcr/pjproject/pjproject.install')
-rw-r--r-- | pcr/pjproject/pjproject.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/pjproject/pjproject.install b/pcr/pjproject/pjproject.install deleted file mode 100644 index b7fa377cf..000000000 --- a/pcr/pjproject/pjproject.install +++ /dev/null @@ -1,18 +0,0 @@ -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: |